mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Bumped the version to 3.0.0
This commit is contained in:
parent
be37c78c7b
commit
3e4db5e62c
|
@ -19,7 +19,7 @@ endif()
|
|||
project(es-de)
|
||||
|
||||
# Application version, update this when making a new release.
|
||||
set(ES_VERSION 3.0.0-alpha)
|
||||
set(ES_VERSION 3.0.0)
|
||||
|
||||
# Set this to ON to show verbose compiler output (e.g. compiler flags, include directories etc.)
|
||||
set(CMAKE_VERBOSE_MAKEFILE OFF CACHE BOOL "Show verbose compiler output" FORCE)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.es-de.Frontend</string>
|
||||
<string>3.0.0</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
|
|
|
@ -2,7 +2,7 @@ ES-DE (EmulationStation Desktop Edition) - Portable installation on Windows
|
|||
---------------------------------------------------------------------------
|
||||
|
||||
ES-DE release:
|
||||
3.0.0-alpha
|
||||
3.0.0
|
||||
|
||||
The latest version can be downloaded from https://es-de.org
|
||||
Please also consider donating to the project, links for that can be found on the ES-DE website just mentioned.
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#define PROGRAM_VERSION_MAINTENANCE 0
|
||||
#define PROGRAM_RELEASE_NUMBER 41
|
||||
// clang-format on
|
||||
#define PROGRAM_VERSION_STRING "3.0.0-alpha"
|
||||
#define PROGRAM_VERSION_STRING "3.0.0"
|
||||
|
||||
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
|
||||
|
||||
|
|
Loading…
Reference in a new issue