From 8e98e40287fcd22281ad9454980aa1de9993a855 Mon Sep 17 00:00:00 2001 From: Nolan Waite Date: Wed, 28 Feb 2024 01:41:07 -0400 Subject: [PATCH] Bump version to 7.1 (70101). --- Config/Common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Common.xcconfig b/Config/Common.xcconfig index 58bca6619..9624d26d6 100644 --- a/Config/Common.xcconfig +++ b/Config/Common.xcconfig @@ -34,7 +34,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES COPY_PHASE_STRIP = NO -DYLIB_CURRENT_VERSION = 70100 +DYLIB_CURRENT_VERSION = 70101 ENABLE_NS_ASSERTIONS = YES ENABLE_STRICT_OBJC_MSGSEND = YES