mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Bumped the version to 1.2.0-beta2-dev
This commit is contained in:
parent
3ba8a609b2
commit
aeae1ba10e
|
@ -303,7 +303,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.2.0-beta1")
|
set(CPACK_PACKAGE_VERSION "1.2.0-beta2-dev")
|
||||||
|
|
||||||
# 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)
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.2.0-beta1</string>
|
<string>1.2.0-beta2-dev</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.
|
@ -1,5 +1,5 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.2.0-beta1
|
Version=1.2.0-beta2-dev
|
||||||
Name=EmulationStation Desktop Edition
|
Name=EmulationStation Desktop Edition
|
||||||
GenericName=Emulator Frontend
|
GenericName=Emulator Frontend
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
#define PROGRAM_VERSION_MINOR 2
|
#define PROGRAM_VERSION_MINOR 2
|
||||||
#define PROGRAM_VERSION_MAINTENANCE 0
|
#define PROGRAM_VERSION_MAINTENANCE 0
|
||||||
// clang-format on
|
// clang-format on
|
||||||
#define PROGRAM_VERSION_STRING "1.2.0-beta1"
|
#define PROGRAM_VERSION_STRING "1.2.0-beta2-dev"
|
||||||
|
|
||||||
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
|
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue