diff --git a/es-app/assets/EmulationStation-DE_Info.plist b/es-app/assets/EmulationStation-DE_Info.plist index ebffa8aff..6b77c6f1c 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.2.0-beta + 2.2.0 CFBundleVersion - 2.2.0-beta + 2.2.0 CFBundleInfoDictionaryVersion 6.0 LSApplicationCategoryType diff --git a/es-app/assets/Windows_Portable_README.txt b/es-app/assets/Windows_Portable_README.txt index 090dc80ec..faa9ca580 100644 --- a/es-app/assets/Windows_Portable_README.txt +++ b/es-app/assets/Windows_Portable_README.txt @@ -2,7 +2,7 @@ EmulationStation Desktop Edition (ES-DE) - Portable installation on Windows --------------------------------------------------------------------------- ES-DE release: -2.2.0-beta +2.2.0 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. diff --git a/es-app/assets/emulationstation.6.gz b/es-app/assets/emulationstation.6.gz index 400ddb98a..bfe8d8cf1 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 d4e242c42..e38827795 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 2 #define PROGRAM_VERSION_MAINTENANCE 0 -#define PROGRAM_RELEASE_NUMBER 38 +#define PROGRAM_RELEASE_NUMBER 39 // clang-format on -#define PROGRAM_VERSION_STRING "2.2.0-beta" +#define PROGRAM_VERSION_STRING "2.2.0" #define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__