From a43be4299988ed8e8be02953b63a92ed948d82cf Mon Sep 17 00:00:00 2001 From: Marco Antognini Date: Fri, 5 Aug 2016 15:03:28 +0200 Subject: [PATCH] Bump version to 2.4.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 deda6250..aeed46a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,8 +39,8 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/Config.cmake) # setup version numbers set(VERSION_MAJOR 2) -set(VERSION_MINOR 3) -set(VERSION_PATCH 2) +set(VERSION_MINOR 4) +set(VERSION_PATCH 0) # add the SFML header path include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include) diff --git a/include/SFML/Config.hpp b/include/SFML/Config.hpp index 72c99c0e..497ef67f 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 3 -#define SFML_VERSION_PATCH 2 +#define SFML_VERSION_MINOR 4 +#define SFML_VERSION_PATCH 0 ////////////////////////////////////////////////////////////