Skip to content

Commit

Permalink
Updated version number to SFML 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed May 6, 2018
1 parent 859db83 commit 192eb96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
4 changes: 2 additions & 2 deletions include/SFML/Config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
// Define the SFML version
////////////////////////////////////////////////////////////
#define SFML_VERSION_MAJOR 2
#define SFML_VERSION_MINOR 4
#define SFML_VERSION_PATCH 2
#define SFML_VERSION_MINOR 5
#define SFML_VERSION_PATCH 0


////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 192eb96

Please sign in to comment.