Bumped the version to 1.1.0-alpha

This commit is contained in:
Leon Styhre 2021-04-25 22:10:32 +02:00
parent e8e668b5aa
commit c8f688cb14
5 changed files with 6 additions and 6 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")
set(CPACK_PACKAGE_VERSION "1.1.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)

View file

@ -11,7 +11,7 @@
<key>CFBundleExecutable</key>
<string>EmulationStation</string>
<key>CFBundleGetInfoString</key>
<string>EmulationStation Desktop Edition 1.0.0</string>
<string>EmulationStation Desktop Edition 1.1.0</string>
<key>CFBundleIconFile</key>
<string>EmulationStation-DE.icns</string>
<key>CFBundleName</key>
@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<string>1.1.0-alpha</string>
<key>LSMinimumSystemVersion</key>
<string>10.14.0</string>
<key>LSUIPresentationMode</key>

Binary file not shown.

View file

@ -1,5 +1,5 @@
[Desktop Entry]
Version=1.0.0
Version=1.1.0-alpha
Name=EmulationStation Desktop Edition
GenericName=Emulator Front-end
Type=Application

View file

@ -13,11 +13,11 @@
#define PROGRAM_VERSION_MAJOR 1
#define PROGRAM_VERSION_MINOR 0
#define PROGRAM_VERSION_MAINTENANCE 0
#define PROGRAM_VERSION_STRING "1.0.0"
#define PROGRAM_VERSION_STRING "1.1.0-alpha"
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
#define RESOURCE_VERSION_STRING "1,0,0\0"
#define RESOURCE_VERSION_STRING "1,1,0\0"
#define RESOURCE_VERSION PROGRAM_VERSION_MAJOR,PROGRAM_VERSION_MINOR,PROGRAM_VERSION_MAINTENANCE
#endif // ES_APP_EMULATION_STATION_H