diff options
author | Sam Lantinga <slouken@libsdl.org> | 2018-09-26 10:08:14 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2018-09-26 10:08:14 -0700 |
commit | 8f20146d89ca53146b6274f0cbbbc16c11714a52 (patch) | |
tree | 3fc6694a7584ca0423c55ddeaaa063c5644a5aa1 /CMakeLists.txt | |
parent | e15e153eef1ddd9841f91f11b65a3406381837eb (diff) |
Updated version to 2.0.9
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 659a61b7d8..376f27f716 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,9 +42,9 @@ include(${SDL2_SOURCE_DIR}/cmake/sdlchecks.cmake) # set SDL_BINARY_AGE and SDL_INTERFACE_AGE to 0. set(SDL_MAJOR_VERSION 2) set(SDL_MINOR_VERSION 0) -set(SDL_MICRO_VERSION 8) +set(SDL_MICRO_VERSION 9) set(SDL_INTERFACE_AGE 0) -set(SDL_BINARY_AGE 8) +set(SDL_BINARY_AGE 9) set(SDL_VERSION "${SDL_MAJOR_VERSION}.${SDL_MINOR_VERSION}.${SDL_MICRO_VERSION}") # Set defaults preventing destination file conflicts |