From 0d0ec5fe5260f132cfe6650b851c15e7765155f0 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 26 Nov 2019 20:41:00 +0300 Subject: [PATCH] CMakeLists.txt: sync DYLIB_CURRENT_VERSION to Xcode project --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eda87597f2747..e757fa1e73015 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ set(SDL_INTERFACE_AGE 0) set(SDL_BINARY_AGE 11) 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 10.0.0) +set(DYLIB_CURRENT_VERSION 12.0.0) set(DYLIB_COMPATIBILITY_VERSION 1.0.0) # Set defaults preventing destination file conflicts