diff --git a/CMakeLists.txt b/CMakeLists.txt index a6e892880..5105a3b87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/es-app/assets/ES-DE_Info.plist b/es-app/assets/ES-DE_Info.plist index 056ad0205..1f41ec528 100644 --- a/es-app/assets/ES-DE_Info.plist +++ b/es-app/assets/ES-DE_Info.plist @@ -3,7 +3,7 @@ CFBundleIdentifier - 3.2.0-alpha + 3.2.0 CFBundleDevelopmentRegion English CFBundleDisplayName @@ -21,9 +21,9 @@ CFBundleSignature ESDE CFBundleShortVersionString - 3.2.0-alpha + 3.2.0 CFBundleVersion - 3.2.0-alpha + 3.2.0 CFBundleInfoDictionaryVersion 6.0 LSApplicationCategoryType diff --git a/es-app/assets/Windows_Portable_README.txt b/es-app/assets/Windows_Portable_README.txt index 001a4a979..e81c78bd9 100644 --- a/es-app/assets/Windows_Portable_README.txt +++ b/es-app/assets/Windows_Portable_README.txt @@ -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 diff --git a/es-app/assets/es-de.6.gz b/es-app/assets/es-de.6.gz index da6f89df6..85a806640 100644 Binary files a/es-app/assets/es-de.6.gz and b/es-app/assets/es-de.6.gz differ diff --git a/es-core/src/ApplicationVersion.h b/es-core/src/ApplicationVersion.h index e0f9c0bd8..dc6d8feba 100644 --- a/es-core/src/ApplicationVersion.h +++ b/es-core/src/ApplicationVersion.h @@ -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__