From 7398e5204ebc9eb03bd12db8567df81f9a897897 Mon Sep 17 00:00:00 2001 From: Nolan Waite Date: Sat, 6 Jan 2024 03:38:28 -0400 Subject: [PATCH] Bump version to 7.0 (70002). --- Config/Common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Common.xcconfig b/Config/Common.xcconfig index 9e6295c88..6350e7a76 100644 --- a/Config/Common.xcconfig +++ b/Config/Common.xcconfig @@ -34,7 +34,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES DEAD_CODE_STRIPPING = NO -DYLIB_CURRENT_VERSION = 70001 +DYLIB_CURRENT_VERSION = 70002 ENABLE_NS_ASSERTIONS = YES ENABLE_STRICT_OBJC_MSGSEND = YES