From c4dcc169ac850bbb2285af26840dc6651d6b8f9c Mon Sep 17 00:00:00 2001 From: Nolan Waite Date: Mon, 18 Mar 2024 01:33:54 -0300 Subject: [PATCH] Bump version to 7.2 (70200). --- Config/Common.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Config/Common.xcconfig b/Config/Common.xcconfig index 5a7acc293..2b5bfeed0 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 = 70103 +DYLIB_CURRENT_VERSION = 70200 ENABLE_NS_ASSERTIONS = YES ENABLE_STRICT_OBJC_MSGSEND = YES @@ -57,7 +57,7 @@ GCC_WARN_UNUSED_VARIABLE = YES LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks -MARKETING_VERSION = 7.1 +MARKETING_VERSION = 7.2 RUN_CLANG_STATIC_ANALYZER = YES