mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Bumped the version to 3.1.1
This commit is contained in:
parent
1492b07703
commit
2ecf16b747
|
@ -19,7 +19,7 @@ endif()
|
||||||
project(es-de)
|
project(es-de)
|
||||||
|
|
||||||
# Application version, update this when making a new release.
|
# Application version, update this when making a new release.
|
||||||
set(ES_VERSION 3.1.1-alpha)
|
set(ES_VERSION 3.1.1)
|
||||||
|
|
||||||
# Set this to ON to show verbose compiler output (e.g. compiler flags, include directories etc.)
|
# 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)
|
set(CMAKE_VERBOSE_MAKEFILE OFF CACHE BOOL "Show verbose compiler output" FORCE)
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>3.1.1-alpha</string>
|
<string>3.1.1</string>
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>English</string>
|
<string>English</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
|
@ -21,9 +21,9 @@
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>ESDE</string>
|
<string>ESDE</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>3.1.1-alpha</string>
|
<string>3.1.1</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3.1.1-alpha</string>
|
<string>3.1.1</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>6.0</string>
|
<string>6.0</string>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
|
|
|
@ -2,7 +2,7 @@ ES-DE Frontend - Portable installation on Windows
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
||||||
ES-DE release:
|
ES-DE release:
|
||||||
3.1.1-alpha
|
3.1.1
|
||||||
|
|
||||||
The latest version can be downloaded from https://es-de.org
|
The latest version can be downloaded from https://es-de.org
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@
|
||||||
#define PROGRAM_VERSION_MAINTENANCE 1
|
#define PROGRAM_VERSION_MAINTENANCE 1
|
||||||
#define PROGRAM_RELEASE_NUMBER 46
|
#define PROGRAM_RELEASE_NUMBER 46
|
||||||
// clang-format on
|
// clang-format on
|
||||||
#define PROGRAM_VERSION_STRING "3.1.1-alpha"
|
#define PROGRAM_VERSION_STRING "3.1.1"
|
||||||
|
|
||||||
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
|
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue