From 51f159b9f335cebff576efa788f9ba65795bcd40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Thu, 31 Oct 2024 13:02:18 +0100 Subject: [PATCH] Increase version to 3.5.2, update NEWS --- NEWS | 9 +++++++++ configure.ac | 2 +- macos/poedit.xcconfig | 2 +- snap/snapcraft.yaml | 2 +- src/version.h | 4 ++-- win32/poedit.iss | 2 +- win32/version.props | 2 +- 7 files changed, 16 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index fb19546e28..8645efb95f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 3.5.2 +------------- + +- Fixed false-positive QA warnings for Georgian. +- Improved formatting of empty translation nodes in XLIFF. +- Fixed several localization issues introduced with the switch wxWidgets 3.2. +- [Windows] Fixed crash on session logoff. + + Version 3.5.1 ------------- diff --git a/configure.ac b/configure.ac index e0a3b130b9..0dc165f674 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([poedit], [3.5.1], [help@poedit.net]) +AC_INIT([poedit], [3.5.2], [help@poedit.net]) AC_CONFIG_AUX_DIR([admin]) AC_CONFIG_MACRO_DIR([admin]) diff --git a/macos/poedit.xcconfig b/macos/poedit.xcconfig index ee906291de..f91dc8e686 100644 --- a/macos/poedit.xcconfig +++ b/macos/poedit.xcconfig @@ -1,5 +1,5 @@ -MARKETING_VERSION = 3.5.1 +MARKETING_VERSION = 3.5.2 HEADER_SEARCH_PATHS = deps/icu/macos $(inherited) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6bcb7d8ad1..e3add8e1d2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: poedit -version: "3.5.1" +version: "3.5.2" title: Poedit summary: Simple translation editor description: > diff --git a/src/version.h b/src/version.h index 2d6d193979..5db75de9e1 100644 --- a/src/version.h +++ b/src/version.h @@ -27,7 +27,7 @@ #define Poedit_version_h #define POEDIT_VERSION_SHORT "3.5" -#define POEDIT_VERSION "3.5.1" -#define POEDIT_VERSION_WIN 3,5,1 +#define POEDIT_VERSION "3.5.2" +#define POEDIT_VERSION_WIN 3,5,2 #endif // Poedit_version_h diff --git a/win32/poedit.iss b/win32/poedit.iss index 739c669f65..839f42f2c0 100644 --- a/win32/poedit.iss +++ b/win32/poedit.iss @@ -32,7 +32,7 @@ #include "../" + BINDIR + "/git_build_number.h" -#define VERSION "3.5.1" +#define VERSION "3.5.2" #define VERSION_WIN VERSION + "." + Str(POEDIT_GIT_BUILD_NUMBER) #define APP_ID "{68EB2C37-083A-4303-B5D8-41FA67E50B8F}" diff --git a/win32/version.props b/win32/version.props index 85ab5f6914..47033e941f 100644 --- a/win32/version.props +++ b/win32/version.props @@ -1,6 +1,6 @@ - 3.5.1 + 3.5.2