Updated version number to SFML 2.5.0
This commit is contained in:
parent
859db83af7
commit
192eb968a4
2 changed files with 4 additions and 4 deletions
|
@ -52,8 +52,8 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
|
|||
|
||||
# setup version numbers
|
||||
set(VERSION_MAJOR 2)
|
||||
set(VERSION_MINOR 4)
|
||||
set(VERSION_PATCH 2)
|
||||
set(VERSION_MINOR 5)
|
||||
set(VERSION_PATCH 0)
|
||||
|
||||
# add an option for choosing the build type (shared or static)
|
||||
if(NOT (SFML_OS_IOS OR SFML_OS_ANDROID))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue