Skip to content

Commit

Permalink
CMakeLists.txt: sync DYLIB_CURRENT_VERSION to Xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 26, 2019
1 parent a5e6b87 commit 0d0ec5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit 0d0ec5f

Please sign in to comment.