diff --git a/es-app/CMakeLists.txt b/es-app/CMakeLists.txt index 619164150..b8d3585c2 100644 --- a/es-app/CMakeLists.txt +++ b/es-app/CMakeLists.txt @@ -275,7 +275,7 @@ endif() set(CPACK_PACKAGE_VENDOR "Leon Styhre") # Update this when there has been a new release. -set(CPACK_PACKAGE_VERSION "1.1.0-beta1") +set(CPACK_PACKAGE_VERSION "1.1.0-beta2-dev") # 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 9e552e799..335a39961 100644 --- a/es-app/assets/EmulationStation-DE_Info.plist +++ b/es-app/assets/EmulationStation-DE_Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleVersion - 1.1.0-beta1 + 1.1.0-beta2-dev LSMinimumSystemVersion 10.14.0 LSUIPresentationMode diff --git a/es-app/assets/emulationstation.6.gz b/es-app/assets/emulationstation.6.gz index 308e7836f..ee6a90266 100644 Binary files a/es-app/assets/emulationstation.6.gz and b/es-app/assets/emulationstation.6.gz differ diff --git a/es-app/assets/emulationstation.desktop b/es-app/assets/emulationstation.desktop index 64ec8dfed..7c3ca5169 100644 --- a/es-app/assets/emulationstation.desktop +++ b/es-app/assets/emulationstation.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.1.0-beta1 +Version=1.1.0-beta2-dev Name=EmulationStation Desktop Edition GenericName=Emulator Front-end Type=Application diff --git a/es-app/src/EmulationStation.h b/es-app/src/EmulationStation.h index 1a363b60a..255d7bc67 100644 --- a/es-app/src/EmulationStation.h +++ b/es-app/src/EmulationStation.h @@ -13,7 +13,7 @@ #define PROGRAM_VERSION_MAJOR 1 #define PROGRAM_VERSION_MINOR 0 #define PROGRAM_VERSION_MAINTENANCE 0 -#define PROGRAM_VERSION_STRING "1.1.0-beta1" +#define PROGRAM_VERSION_STRING "1.1.0-beta2-dev" #define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__