From 475405e0364817954f94b9f1cc66e3c7434ee826 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Wed, 9 Dec 2020 12:03:24 +0300 Subject: [PATCH] CMakeLists.txt: sync DYLIB_CURRENT_VERSION to Xcode project --- CMakeLists.txt | 2 +- Xcode/SDL/SDL.xcodeproj/project.pbxproj | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Xcode/SDL/SDL.xcodeproj/project.pbxproj diff --git a/CMakeLists.txt b/CMakeLists.txt index 1befff42a..fbd23510b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ set(SDL_INTERFACE_AGE 0) set(SDL_BINARY_AGE 14) set(SDL_VERSION "${SDL_MAJOR_VERSION}.${SDL_MINOR_VERSION}.${SDL_MICRO_VERSION}") # the following should match the versions in Xcode project file: -set(DYLIB_CURRENT_VERSION 12.0.0) +set(DYLIB_CURRENT_VERSION 15.0.0) set(DYLIB_COMPATIBILITY_VERSION 1.0.0) # Set defaults preventing destination file conflicts diff --git a/Xcode/SDL/SDL.xcodeproj/project.pbxproj b/Xcode/SDL/SDL.xcodeproj/project.pbxproj old mode 100755 new mode 100644