From 6c1899d0f70e4dc845d7f482b22c9d79f7cd4f2f Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Sun, 21 Jul 2013 09:03:27 +0200 Subject: [PATCH] Updated version number --- CMakeLists.txt | 2 +- include/SFML/Config.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 959a403737..4d977d54a0 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 ff265ef278..933cd11c38 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 ////////////////////////////////////////////////////////////