From eaca3830a403222ac3303be484ef4e9d7a262002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Sun, 3 Jun 2018 18:18:06 +0200 Subject: [PATCH] Increase version to 2.0.8, update NEWS --- .travis.yml | 2 +- NEWS | 8 ++++++++ Poedit.xcodeproj/project.pbxproj | 4 ++-- configure.ac | 4 ++-- scripts/refresh-pot.sh | 2 +- src/version.h | 6 +++--- win32/poedit.iss | 4 ++-- win32/version.props | 2 +- 8 files changed, 20 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b3c151042..a45f50e4b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ deploy: api_key: secure: fkelxNMcGoNY4MT30dEiEUE53cMkhtmr44Y7iSEkOGmfeG9ReUqVIk1nd7027iehzdhhcov57XwHg49KA+AWpQGvEbLkRNRazOxSGFL9o/P/Rzft/tvKP0sxcRF5RUVo0b5J5wlsIKSlbjDqGu9CM+G4eyK0D2jo/XPzsv9akKQ= skip_cleanup: true - file: poedit-2.0.7.tar.gz + file: poedit-2.0.8.tar.gz on: repo: vslavik/poedit tags: true diff --git a/NEWS b/NEWS index 32fa6ff8fb..dbe1747b81 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,12 @@ +Version 2.0.8 +------------- + +- Add CakePHP support. +- QA warnings and RTL fixes. +- Make TM reset work when the index is corrupted. + + Version 2.0.7 ------------- diff --git a/Poedit.xcodeproj/project.pbxproj b/Poedit.xcodeproj/project.pbxproj index 9772afdcc8..f4cfe86d40 100644 --- a/Poedit.xcodeproj/project.pbxproj +++ b/Poedit.xcodeproj/project.pbxproj @@ -1677,7 +1677,7 @@ ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = ""; POEDIT_FEATURES = ""; - POEDIT_VERSION = 2.0.7; + POEDIT_VERSION = 2.0.8; SDKROOT = macosx; WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1"; }; @@ -1748,7 +1748,7 @@ LLVM_LTO = YES_THIN; MACOSX_DEPLOYMENT_TARGET = 10.10; POEDIT_FEATURES = ""; - POEDIT_VERSION = 2.0.7; + POEDIT_VERSION = 2.0.8; 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 bbadc08afe..f0a1af039b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([poedit], [2.0.7], [help@poedit.net]) -PACKAGE_SHORT_VERSION=2.0.7 +AC_INIT([poedit], [2.0.8], [help@poedit.net]) +PACKAGE_SHORT_VERSION=2.0.8 AC_SUBST(PACKAGE_SHORT_VERSION) AC_CONFIG_AUX_DIR([admin]) diff --git a/scripts/refresh-pot.sh b/scripts/refresh-pot.sh index 1d3cab0f70..c5770a26e0 100755 --- a/scripts/refresh-pot.sh +++ b/scripts/refresh-pot.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -PACKAGE_SHORT_VERSION=2.0.7 +PACKAGE_SHORT_VERSION=2.0.8 [ -n "${WXRC}" ] || WXRC=wxrc diff --git a/src/version.h b/src/version.h index 65a73658ae..4b33813f55 100644 --- a/src/version.h +++ b/src/version.h @@ -26,8 +26,8 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define POEDIT_VERSION "2.0.7" -#define POEDIT_VERSION_SHORT "2.0.7" -#define POEDIT_VERSION_WIN 2,0,7 +#define POEDIT_VERSION "2.0.8" +#define POEDIT_VERSION_SHORT "2.0.8" +#define POEDIT_VERSION_WIN 2,0,8 #endif // _VERSION_H_ diff --git a/win32/poedit.iss b/win32/poedit.iss index cd7438c549..b6f339a7e4 100644 --- a/win32/poedit.iss +++ b/win32/poedit.iss @@ -30,8 +30,8 @@ #include "../" + CONFIG + "/git_build_number.h" -#define VERSION "2.0.7" -#define VERSION_FULL "2.0.7" +#define VERSION "2.0.8" +#define VERSION_FULL "2.0.8" #define VERSION_WIN VERSION + "." + Str(POEDIT_GIT_BUILD_NUMBER) #ifndef CRT_REDIST diff --git a/win32/version.props b/win32/version.props index 94d7adfd41..49c03b1ad0 100644 --- a/win32/version.props +++ b/win32/version.props @@ -1,6 +1,6 @@ - 2.0.7 + 2.0.8