Skip to content

Commit

Permalink
quick fix for CMAKE SOVERSION number so it matches what is output by …
Browse files Browse the repository at this point in the history
…the configure script
  • Loading branch information
urkle committed Jan 25, 2014
1 parent f186314 commit 815c6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -30,7 +30,7 @@ include(${SDL2_SOURCE_DIR}/cmake/sdlchecks.cmake)
set(SDL_MAJOR_VERSION 2)
set(SDL_MINOR_VERSION 0)
set(SDL_MICRO_VERSION 1)
set(SDL_INTERFACE_AGE 0)
set(SDL_INTERFACE_AGE 1)
set(SDL_BINARY_AGE 1)
set(SDL_VERSION "${SDL_MAJOR_VERSION}.${SDL_MINOR_VERSION}.${SDL_MICRO_VERSION}")

Expand Down

0 comments on commit 815c6c3

Please sign in to comment.