From e9762d943acb2264e41fdd39be1435d378e68b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Tue, 16 May 2023 12:07:36 +0200 Subject: [PATCH] Increase version to 3.3.1, update NEWS --- NEWS | 7 +++++++ Poedit.xcodeproj/project.pbxproj | 4 ++-- configure.ac | 2 +- snap/snapcraft.yaml | 2 +- src/version.h | 4 ++-- win32/poedit.iss | 2 +- win32/version.props | 2 +- 7 files changed, 15 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 014db5762e..cebfb57892 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Version 3.3.1 +------------- + +- Fixed catalog loosing source language information on update or similar manipulation. +- [Windows] Fix crashes related to Lucene translation memory. + + Version 3.3 ----------- diff --git a/Poedit.xcodeproj/project.pbxproj b/Poedit.xcodeproj/project.pbxproj index 4141a08a14..05d43efaf4 100644 --- a/Poedit.xcodeproj/project.pbxproj +++ b/Poedit.xcodeproj/project.pbxproj @@ -1805,7 +1805,7 @@ ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = ""; POEDIT_FEATURES = ""; - POEDIT_VERSION = 3.3; + POEDIT_VERSION = 3.3.1; SDKROOT = macosx; WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1"; }; @@ -1877,7 +1877,7 @@ LLVM_LTO = YES; MACOSX_DEPLOYMENT_TARGET = 10.13; POEDIT_FEATURES = ""; - POEDIT_VERSION = 3.3; + POEDIT_VERSION = 3.3.1; SDKROOT = macosx; WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1"; }; diff --git a/configure.ac b/configure.ac index cedd8d9e56..0a6ac28b2b 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.3], [help@poedit.net]) +AC_INIT([poedit], [3.3.1], [help@poedit.net]) AC_CONFIG_AUX_DIR([admin]) AC_CONFIG_MACRO_DIR([admin]) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 9969a01f6c..74e8903eb2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: poedit -version: "3.3" +version: "3.3.1" title: Poedit summary: Simple translation editor description: > diff --git a/src/version.h b/src/version.h index 3548e61a2e..a5813caaf2 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #ifndef Poedit_version_h #define Poedit_version_h -#define POEDIT_VERSION "3.3" -#define POEDIT_VERSION_WIN 3,3,0 +#define POEDIT_VERSION "3.3.1" +#define POEDIT_VERSION_WIN 3,3,1 #endif // Poedit_version_h diff --git a/win32/poedit.iss b/win32/poedit.iss index 3438319df3..a0c45cc697 100644 --- a/win32/poedit.iss +++ b/win32/poedit.iss @@ -30,7 +30,7 @@ #include "../" + CONFIG + "/git_build_number.h" -#define VERSION "3.3" +#define VERSION "3.3.1" #define VERSION_WIN VERSION + "." + Str(POEDIT_GIT_BUILD_NUMBER) #ifndef CRT_REDIST diff --git a/win32/version.props b/win32/version.props index d37131f92e..773398c27a 100644 --- a/win32/version.props +++ b/win32/version.props @@ -1,6 +1,6 @@ - 3.3 + 3.3.1