From 0f95191944f25635cae60ef1a25b002f7061ee96 Mon Sep 17 00:00:00 2001 From: Nolan Waite Date: Thu, 28 Oct 2021 22:23:43 -0300 Subject: [PATCH] Bump version to 5.11 (51100). --- Xcode/Config/Common.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Xcode/Config/Common.xcconfig b/Xcode/Config/Common.xcconfig index 68362c1de..95b770835 100644 --- a/Xcode/Config/Common.xcconfig +++ b/Xcode/Config/Common.xcconfig @@ -34,7 +34,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES DEAD_CODE_STRIPPING = NO -DYLIB_CURRENT_VERSION = 51001 +DYLIB_CURRENT_VERSION = 51100 ENABLE_NS_ASSERTIONS = YES ENABLE_STRICT_OBJC_MSGSEND = YES @@ -59,7 +59,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 9.0 LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks -MARKETING_VERSION = 5.10 +MARKETING_VERSION = 5.11 RUN_CLANG_STATIC_ANALYZER = YES