File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
5252
5353# setup version numbers
5454set (VERSION_MAJOR 2)
55- set (VERSION_MINOR 4 )
56- set (VERSION_PATCH 2 )
55+ set (VERSION_MINOR 5 )
56+ set (VERSION_PATCH 0 )
5757
5858# add an option for choosing the build type (shared or static)
5959if (NOT (SFML_OS_IOS OR SFML_OS_ANDROID))
Original file line number Diff line number Diff line change 3030// Define the SFML version
3131// //////////////////////////////////////////////////////////
3232#define SFML_VERSION_MAJOR 2
33- #define SFML_VERSION_MINOR 4
34- #define SFML_VERSION_PATCH 2
33+ #define SFML_VERSION_MINOR 5
34+ #define SFML_VERSION_PATCH 0
3535
3636
3737// //////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments