Bumped the version to v1.0.0-beta1

This commit is contained in:
Leon Styhre 2021-03-03 17:25:34 +01:00
parent 8cf235cf82
commit a5a8169993
5 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>1.0.0-beta1-dev</string>
<string>1.0.0-beta1</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSUIPresentationMode</key>

Binary file not shown.

View file

@ -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

View file

@ -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__