Changed the version from 1.3.0-alpha to 2.0.0-alpha

This commit is contained in:
Leon Styhre 2022-02-20 20:00:51 +01:00
parent deeb97ccb2
commit b9f5b03005
5 changed files with 8 additions and 8 deletions

View file

@ -263,7 +263,7 @@ endif()
set(CPACK_PACKAGE_VENDOR "Leon Styhre") set(CPACK_PACKAGE_VENDOR "Leon Styhre")
# Update this when there has been a new release. # Update this when there has been a new release.
set(CPACK_PACKAGE_VERSION "1.3.0-alpha") set(CPACK_PACKAGE_VERSION "2.0.0-alpha")
# Use the shorter x64 descriptor if on the x86_64/AMD64 architecture. # 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) if(CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL x86_64 OR CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL AMD64)

View file

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

Binary file not shown.

View file

@ -11,15 +11,15 @@
// These numbers and strings need to be manually updated for a new version. // These numbers and strings need to be manually updated for a new version.
// Do this version number update as the very last commit for the new release version. // Do this version number update as the very last commit for the new release version.
// clang-format off // clang-format off
#define PROGRAM_VERSION_MAJOR 1 #define PROGRAM_VERSION_MAJOR 2
#define PROGRAM_VERSION_MINOR 3 #define PROGRAM_VERSION_MINOR 0
#define PROGRAM_VERSION_MAINTENANCE 0 #define PROGRAM_VERSION_MAINTENANCE 0
// clang-format on // clang-format on
#define PROGRAM_VERSION_STRING "1.3.0-alpha" #define PROGRAM_VERSION_STRING "2.0.0-alpha"
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__ #define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
#define RESOURCE_VERSION_STRING "1,3,0\0" #define RESOURCE_VERSION_STRING "2,0,0\0"
#define RESOURCE_VERSION PROGRAM_VERSION_MAJOR, PROGRAM_VERSION_MINOR, PROGRAM_VERSION_MAINTENANCE #define RESOURCE_VERSION PROGRAM_VERSION_MAJOR, PROGRAM_VERSION_MINOR, PROGRAM_VERSION_MAINTENANCE
#endif // ES_APP_EMULATION_STATION_H #endif // ES_APP_EMULATION_STATION_H

View file

@ -1,6 +1,6 @@
<!-- <!--
Theme: Recalbox Simple for EmulationStation Desktop Edition (rbsimple-DE) Theme: Recalbox Simple for EmulationStation Desktop Edition (rbsimple-DE)
version: 1.3 version: 2.0
author: Leon Styhre author: Leon Styhre
license: creative commons CC-BY-NC-SA license: creative commons CC-BY-NC-SA
based on: 'recalbox-multi' by the Recalbox community based on: 'recalbox-multi' by the Recalbox community