diff --git a/es-app/CMakeLists.txt b/es-app/CMakeLists.txt index db52a8e55..7018fa207 100644 --- a/es-app/CMakeLists.txt +++ b/es-app/CMakeLists.txt @@ -263,7 +263,7 @@ endif() set(CPACK_PACKAGE_VENDOR "Leon Styhre") # Update this when there has been a new release. -set(CPACK_PACKAGE_VERSION "1.3.0-alpha") +set(CPACK_PACKAGE_VERSION "2.0.0-alpha") # Use the shorter x64 descriptor if on the x86_64/AMD64 architecture. if(CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL x86_64 OR CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL AMD64) diff --git a/es-app/assets/EmulationStation-DE_Info.plist b/es-app/assets/EmulationStation-DE_Info.plist index d6f320222..f03a4bd9c 100644 --- a/es-app/assets/EmulationStation-DE_Info.plist +++ b/es-app/assets/EmulationStation-DE_Info.plist @@ -11,7 +11,7 @@ CFBundleExecutable EmulationStation CFBundleGetInfoString - EmulationStation Desktop Edition 1.3.0 + EmulationStation Desktop Edition 2.0.0 CFBundleIconFile EmulationStation-DE.icns CFBundleName @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleVersion - 1.3.0-alpha + 2.0.0-alpha LSMinimumSystemVersion 10.14.0 LSUIPresentationMode diff --git a/es-app/assets/emulationstation.6.gz b/es-app/assets/emulationstation.6.gz index ea0df9756..70aaedaae 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 267397103..f612d7554 100644 --- a/es-app/src/EmulationStation.h +++ b/es-app/src/EmulationStation.h @@ -11,15 +11,15 @@ // These numbers and strings need to be manually updated for a new version. // Do this version number update as the very last commit for the new release version. // clang-format off -#define PROGRAM_VERSION_MAJOR 1 -#define PROGRAM_VERSION_MINOR 3 +#define PROGRAM_VERSION_MAJOR 2 +#define PROGRAM_VERSION_MINOR 0 #define PROGRAM_VERSION_MAINTENANCE 0 // clang-format on -#define PROGRAM_VERSION_STRING "1.3.0-alpha" +#define PROGRAM_VERSION_STRING "2.0.0-alpha" #define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__ -#define RESOURCE_VERSION_STRING "1,3,0\0" +#define RESOURCE_VERSION_STRING "2,0,0\0" #define RESOURCE_VERSION PROGRAM_VERSION_MAJOR, PROGRAM_VERSION_MINOR, PROGRAM_VERSION_MAINTENANCE #endif // ES_APP_EMULATION_STATION_H diff --git a/themes/rbsimple-DE/theme.xml b/themes/rbsimple-DE/theme.xml index 9bc1bb009..bff8343b5 100644 --- a/themes/rbsimple-DE/theme.xml +++ b/themes/rbsimple-DE/theme.xml @@ -1,6 +1,6 @@