Bumped the version to 2.2.0

This commit is contained in:
Leon Styhre 2023-11-02 12:47:25 +01:00
parent 87a8d5a23a
commit 829edf9388
4 changed files with 5 additions and 5 deletions

View file

@ -21,9 +21,9 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>ESDE</string> <string>ESDE</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.2.0-beta</string> <string>2.2.0</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.2.0-beta</string> <string>2.2.0</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>

View file

@ -2,7 +2,7 @@ EmulationStation Desktop Edition (ES-DE) - Portable installation on Windows
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
ES-DE release: ES-DE release:
2.2.0-beta 2.2.0
The latest version can be downloaded from https://es-de.org The latest version can be downloaded from https://es-de.org
Please also consider donating to the project, links for that can be found on the ES-DE website just mentioned. Please also consider donating to the project, links for that can be found on the ES-DE website just mentioned.

Binary file not shown.

View file

@ -14,9 +14,9 @@
#define PROGRAM_VERSION_MAJOR 2 #define PROGRAM_VERSION_MAJOR 2
#define PROGRAM_VERSION_MINOR 2 #define PROGRAM_VERSION_MINOR 2
#define PROGRAM_VERSION_MAINTENANCE 0 #define PROGRAM_VERSION_MAINTENANCE 0
#define PROGRAM_RELEASE_NUMBER 38 #define PROGRAM_RELEASE_NUMBER 39
// clang-format on // clang-format on
#define PROGRAM_VERSION_STRING "2.2.0-beta" #define PROGRAM_VERSION_STRING "2.2.0"
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__ #define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__