Bumped the version to 2.1.0

This commit is contained in:
Leon Styhre 2023-07-13 16:33:48 +02:00
parent 59f0196e7c
commit 5eb0207b0f
4 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.1.0-beta)
set(ES_VERSION 2.1.0)
# 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.1.0-beta</string>
<string>2.1.0</string>
<key>CFBundleVersion</key>
<string>2.1.0-beta</string>
<string>2.1.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>LSApplicationCategoryType</key>

Binary file not shown.

View file

@ -14,9 +14,9 @@
#define PROGRAM_VERSION_MAJOR 2
#define PROGRAM_VERSION_MINOR 1
#define PROGRAM_VERSION_MAINTENANCE 0
#define PROGRAM_RELEASE_NUMBER 34
#define PROGRAM_RELEASE_NUMBER 35
// clang-format on
#define PROGRAM_VERSION_STRING "2.1.0-beta"
#define PROGRAM_VERSION_STRING "2.1.0"
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__