diff --git a/es-app/CMakeLists.txt b/es-app/CMakeLists.txt index 3bdf0b59d..692c57d67 100644 --- a/es-app/CMakeLists.txt +++ b/es-app/CMakeLists.txt @@ -227,7 +227,7 @@ endif() set(CPACK_PACKAGE_VENDOR "Leon Styhre") # Update this when there has been a new release. -set(CPACK_PACKAGE_VERSION "1.0.0-beta1-dev") +set(CPACK_PACKAGE_VERSION "1.0.0-beta1") # Settings per operating system and generator type. if(APPLE) diff --git a/es-app/assets/EmulationStation-DE_Info.plist b/es-app/assets/EmulationStation-DE_Info.plist index 32f9c2810..16666e0d1 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.0.0-beta1-dev + 1.0.0-beta1 NSHighResolutionCapable LSUIPresentationMode diff --git a/es-app/assets/emulationstation.6.gz b/es-app/assets/emulationstation.6.gz index eba6a1aee..3fe695d6b 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 2624bf14c..183a60af3 100644 --- a/es-app/assets/emulationstation.desktop +++ b/es-app/assets/emulationstation.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=1.0.0-beta1-dev +Version=1.0.0-beta1 Name=EmulationStation Desktop Edition GenericName=EmulationStation Type=Application diff --git a/es-app/src/EmulationStation.h b/es-app/src/EmulationStation.h index cf3c9e318..fd85a98b9 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.0.0-beta1-dev" +#define PROGRAM_VERSION_STRING "1.0.0-beta1" #define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__