Bumped the version to 3.2.0

This commit is contained in:
Leon Styhre 2025-03-31 17:30:54 +02:00
parent d934c50f1c
commit afd6b939c7
5 changed files with 7 additions and 7 deletions

View file

@ -22,7 +22,7 @@ endif()
project(es-de)
# Application version, update this when making a new release.
set(ES_VERSION 3.2.0-alpha)
set(ES_VERSION 3.2.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)

View file

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
<string>3.2.0-alpha</string>
<string>3.2.0</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
@ -21,9 +21,9 @@
<key>CFBundleSignature</key>
<string>ESDE</string>
<key>CFBundleShortVersionString</key>
<string>3.2.0-alpha</string>
<string>3.2.0</string>
<key>CFBundleVersion</key>
<string>3.2.0-alpha</string>
<string>3.2.0</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>LSApplicationCategoryType</key>

View file

@ -2,7 +2,7 @@ ES-DE Frontend - Portable installation on Windows
-------------------------------------------------
ES-DE release:
3.2.0-alpha
3.2.0
The latest version can be downloaded from https://es-de.org

Binary file not shown.

View file

@ -13,9 +13,9 @@
#define PROGRAM_VERSION_MAJOR 3
#define PROGRAM_VERSION_MINOR 2
#define PROGRAM_VERSION_MAINTENANCE 0
#define PROGRAM_RELEASE_NUMBER 47
#define PROGRAM_RELEASE_NUMBER 48
// clang-format on
#define PROGRAM_VERSION_STRING "3.2.0-alpha"
#define PROGRAM_VERSION_STRING "3.2.0"
#define PROGRAM_BUILT_STRING __DATE__ " - " __TIME__