Update SFML version to 2.6.2

This commit is contained in:
Lukas Dürrenberger 2024-11-09 18:49:19 +01:00
parent 39cf24ba36
commit 5383d2b394
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -17,7 +17,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>2.6.1</string>
<string>2.6.2</string>
<key>CFBundleName</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundlePackageType</key>

View File

@ -31,7 +31,7 @@
////////////////////////////////////////////////////////////
#define SFML_VERSION_MAJOR 2
#define SFML_VERSION_MINOR 6
#define SFML_VERSION_PATCH 1
#define SFML_VERSION_PATCH 2
////////////////////////////////////////////////////////////