Bumped the version to 2.2.0-beta

This commit is contained in:
Leon Styhre 2023-09-09 11:07:44 +02:00
parent 28f880d995
commit 10b55341cf
5 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ endif()
project(emulationstation-de)
# Application version, update this when making a new release.
set(ES_VERSION 2.2.0-alpha)
set(ES_VERSION 2.2.0-beta)
# Set this to ON to show verbose compiler output (e.g. compiler flags, include directories etc.)
set(CMAKE_VERBOSE_MAKEFILE OFF CACHE BOOL "Show verbose compiler output" FORCE)

View file

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

View file

@ -2,7 +2,7 @@ EmulationStation Desktop Edition (ES-DE) - Portable installation on Windows
---------------------------------------------------------------------------
ES-DE release:
2.2.0-alpha
2.2.0-beta
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.

Binary file not shown.

View file

@ -16,7 +16,7 @@
#define PROGRAM_VERSION_MAINTENANCE 0
#define PROGRAM_RELEASE_NUMBER 37
// clang-format on
#define PROGRAM_VERSION_STRING "2.2.0-alpha"
#define PROGRAM_VERSION_STRING "2.2.0-beta"
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__