From 192eb968a4e938f36948e97f97ddc354a8a470fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=BCrrenberger?= Date: Sun, 6 May 2018 08:53:30 +0200 Subject: [PATCH] Updated version number to SFML 2.5.0 --- CMakeLists.txt | 4 ++-- include/SFML/Config.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e97f064ca..bb30b46cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)) diff --git a/include/SFML/Config.hpp b/include/SFML/Config.hpp index 70a6929bf..aae5f5489 100644 --- a/include/SFML/Config.hpp +++ b/include/SFML/Config.hpp @@ -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 ////////////////////////////////////////////////////////////