From fc8996cef395de00065acafd51c92b308c1cd6a6 Mon Sep 17 00:00:00 2001 From: Nolan Waite Date: Wed, 19 Feb 2025 02:12:46 -0400 Subject: [PATCH] Bump version to 7.6 (70601). --- Config/Common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Common.xcconfig b/Config/Common.xcconfig index 0554ac7f4..0202d7150 100644 --- a/Config/Common.xcconfig +++ b/Config/Common.xcconfig @@ -41,7 +41,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES COPY_PHASE_STRIP = NO -DYLIB_CURRENT_VERSION = 70600 +DYLIB_CURRENT_VERSION = 70601 ENABLE_NS_ASSERTIONS = YES ENABLE_STRICT_OBJC_MSGSEND = YES