diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d67afd30..906c9de2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/es-app/assets/EmulationStation-DE_Info.plist b/es-app/assets/EmulationStation-DE_Info.plist index 5c206391b..00560c69f 100644 --- a/es-app/assets/EmulationStation-DE_Info.plist +++ b/es-app/assets/EmulationStation-DE_Info.plist @@ -21,9 +21,9 @@ CFBundleSignature ESDE CFBundleShortVersionString - 2.1.0-beta + 2.1.0 CFBundleVersion - 2.1.0-beta + 2.1.0 CFBundleInfoDictionaryVersion 6.0 LSApplicationCategoryType diff --git a/es-app/assets/emulationstation.6.gz b/es-app/assets/emulationstation.6.gz index 10c68c099..48348923b 100644 Binary files a/es-app/assets/emulationstation.6.gz and b/es-app/assets/emulationstation.6.gz differ diff --git a/es-app/src/EmulationStation.h b/es-app/src/EmulationStation.h index 8daac5fac..d3a349790 100644 --- a/es-app/src/EmulationStation.h +++ b/es-app/src/EmulationStation.h @@ -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__