Updated version number

This commit is contained in:
Laurent Gomila 2013-07-21 09:03:27 +02:00
parent 7cd545bd96
commit 6c1899d0f7
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake)
# setup version numbers
set(VERSION_MAJOR 2)
set(VERSION_MINOR 0)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
# add the SFML header path

View File

@ -30,7 +30,7 @@
// Define the SFML version
////////////////////////////////////////////////////////////
#define SFML_VERSION_MAJOR 2
#define SFML_VERSION_MINOR 0
#define SFML_VERSION_MINOR 1
////////////////////////////////////////////////////////////