diff --git a/CMakeLists.txt b/CMakeLists.txt index cbc9c8fae..a302f233f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ include(GNUInstallDirs) # setup version numbers set(VERSION_MAJOR 2) set(VERSION_MINOR 6) -set(VERSION_PATCH 1) +set(VERSION_PATCH 2) # add an option for choosing the build type (shared or static) if(NOT SFML_OS_ANDROID) diff --git a/examples/assets/info.plist b/examples/assets/info.plist index 655be45e2..bb14f43dd 100644 --- a/examples/assets/info.plist +++ b/examples/assets/info.plist @@ -17,7 +17,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString - 2.6.1 + 2.6.2 CFBundleName $(EXECUTABLE_NAME) CFBundlePackageType diff --git a/include/SFML/Config.hpp b/include/SFML/Config.hpp index 3093a7a51..ad4e1d8f8 100644 --- a/include/SFML/Config.hpp +++ b/include/SFML/Config.hpp @@ -31,7 +31,7 @@ //////////////////////////////////////////////////////////// #define SFML_VERSION_MAJOR 2 #define SFML_VERSION_MINOR 6 -#define SFML_VERSION_PATCH 1 +#define SFML_VERSION_PATCH 2 ////////////////////////////////////////////////////////////