mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Bumped the version to 2.2.0
This commit is contained in:
parent
87a8d5a23a
commit
829edf9388
|
@ -21,9 +21,9 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>ESDE</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.2.0-beta</string>
|
||||
<string>2.2.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.2.0-beta</string>
|
||||
<string>2.2.0</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
|
|
@ -2,7 +2,7 @@ EmulationStation Desktop Edition (ES-DE) - Portable installation on Windows
|
|||
---------------------------------------------------------------------------
|
||||
|
||||
ES-DE release:
|
||||
2.2.0-beta
|
||||
2.2.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.
|
||||
|
|
Binary file not shown.
|
@ -14,9 +14,9 @@
|
|||
#define PROGRAM_VERSION_MAJOR 2
|
||||
#define PROGRAM_VERSION_MINOR 2
|
||||
#define PROGRAM_VERSION_MAINTENANCE 0
|
||||
#define PROGRAM_RELEASE_NUMBER 38
|
||||
#define PROGRAM_RELEASE_NUMBER 39
|
||||
// clang-format on
|
||||
#define PROGRAM_VERSION_STRING "2.2.0-beta"
|
||||
#define PROGRAM_VERSION_STRING "2.2.0"
|
||||
|
||||
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
|
||||
|
||||
|
|
Loading…
Reference in a new issue