diff --git a/CMakeLists.txt b/CMakeLists.txt index 959a4037..4d977d54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/include/SFML/Config.hpp b/include/SFML/Config.hpp index ff265ef2..933cd11c 100644 --- a/include/SFML/Config.hpp +++ b/include/SFML/Config.hpp @@ -30,7 +30,7 @@ // Define the SFML version //////////////////////////////////////////////////////////// #define SFML_VERSION_MAJOR 2 -#define SFML_VERSION_MINOR 0 +#define SFML_VERSION_MINOR 1 ////////////////////////////////////////////////////////////