mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Bumped the version to v1.0.0-beta3-dev
This commit is contained in:
parent
c438b34dbf
commit
e726eea19f
|
@ -227,7 +227,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.0.0-beta2")
|
set(CPACK_PACKAGE_VERSION "1.0.0-beta3-dev")
|
||||||
|
|
||||||
# Settings per operating system and generator type.
|
# Settings per operating system and generator type.
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.0.0-beta2</string>
|
<string>1.0.0-beta3-dev</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>10.11.0</string>
|
<string>10.11.0</string>
|
||||||
<key>LSUIPresentationMode</key>
|
<key>LSUIPresentationMode</key>
|
||||||
|
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Version=1.0.0-beta2
|
Version=1.0.0-beta3-dev
|
||||||
Name=EmulationStation Desktop Edition
|
Name=EmulationStation Desktop Edition
|
||||||
GenericName=Emulator Front-end
|
GenericName=Emulator Front-end
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#define PROGRAM_VERSION_MAJOR 1
|
#define PROGRAM_VERSION_MAJOR 1
|
||||||
#define PROGRAM_VERSION_MINOR 0
|
#define PROGRAM_VERSION_MINOR 0
|
||||||
#define PROGRAM_VERSION_MAINTENANCE 0
|
#define PROGRAM_VERSION_MAINTENANCE 0
|
||||||
#define PROGRAM_VERSION_STRING "1.0.0-beta2"
|
#define PROGRAM_VERSION_STRING "1.0.0-beta3-dev"
|
||||||
|
|
||||||
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
|
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue