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)
52
52
53
53
# setup version numbers
54
54
set (VERSION_MAJOR 2 )
55
- set (VERSION_MINOR 4 )
56
- set (VERSION_PATCH 2 )
55
+ set (VERSION_MINOR 5 )
56
+ set (VERSION_PATCH 0 )
57
57
58
58
# add an option for choosing the build type (shared or static)
59
59
if (NOT (SFML_OS_IOS OR SFML_OS_ANDROID ))
Original file line number Diff line number Diff line change 30
30
// Define the SFML version
31
31
// //////////////////////////////////////////////////////////
32
32
#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
35
35
36
36
37
37
// //////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments