Bumped the version to v1.0.0-rc

This commit is contained in:
Leon Styhre 2021-04-05 15:01:17 +02:00
parent 4ca11e7062
commit 64e1e2d22c
5 changed files with 4 additions and 4 deletions

View file

@ -232,7 +232,7 @@ endif()
set(CPACK_PACKAGE_VENDOR "Leon Styhre")
# Update this when there has been a new release.
set(CPACK_PACKAGE_VERSION "1.0.0-rc-dev")
set(CPACK_PACKAGE_VERSION "1.0.0-rc")
# 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)

View file

@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>1.0.0-rc-dev</string>
<string>1.0.0-rc</string>
<key>LSMinimumSystemVersion</key>
<string>10.11.0</string>
<key>LSUIPresentationMode</key>

Binary file not shown.

View file

@ -1,5 +1,5 @@
[Desktop Entry]
Version=1.0.0-rc-dev
Version=1.0.0-rc
Name=EmulationStation Desktop Edition
GenericName=Emulator Front-end
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-rc-dev"
#define PROGRAM_VERSION_STRING "1.0.0-rc"
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__