diff --git a/.travis.yml b/.travis.yml index 2442dad98c..d1de9b9dc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ deploy: api_key: secure: fkelxNMcGoNY4MT30dEiEUE53cMkhtmr44Y7iSEkOGmfeG9ReUqVIk1nd7027iehzdhhcov57XwHg49KA+AWpQGvEbLkRNRazOxSGFL9o/P/Rzft/tvKP0sxcRF5RUVo0b5J5wlsIKSlbjDqGu9CM+G4eyK0D2jo/XPzsv9akKQ= skip_cleanup: true - file: poedit-1.8.12.tar.gz + file: poedit-1.8.13.tar.gz on: repo: vslavik/poedit tags: true diff --git a/NEWS b/NEWS index 8e37094f3b..2eee300e41 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@ +Version 1.8.13 +-------------- + +- [Windows] Fixed Ctrl+A selection handling and undo operations. + + Version 1.8.12 -------------- diff --git a/Poedit.xcodeproj/project.pbxproj b/Poedit.xcodeproj/project.pbxproj index f3206d0225..54f11488cc 100644 --- a/Poedit.xcodeproj/project.pbxproj +++ b/Poedit.xcodeproj/project.pbxproj @@ -1706,7 +1706,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.8; ONLY_ACTIVE_ARCH = YES; POEDIT_FEATURES = ""; - POEDIT_VERSION = 1.8.12; + POEDIT_VERSION = 1.8.13; SDKROOT = macosx; WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1"; }; @@ -1770,7 +1770,7 @@ ); MACOSX_DEPLOYMENT_TARGET = 10.8; POEDIT_FEATURES = ""; - POEDIT_VERSION = 1.8.12; + POEDIT_VERSION = 1.8.13; 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 ecfa6a6974..2fbafe406c 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], [1.8.12], [help@poedit.net]) -PACKAGE_SHORT_VERSION=1.8.12 +AC_INIT([poedit], [1.8.13], [help@poedit.net]) +PACKAGE_SHORT_VERSION=1.8.13 AC_SUBST(PACKAGE_SHORT_VERSION) AC_CONFIG_AUX_DIR([admin]) diff --git a/scripts/refresh-pot.sh b/scripts/refresh-pot.sh index f9e58a12bf..fa1b2b4a47 100755 --- a/scripts/refresh-pot.sh +++ b/scripts/refresh-pot.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -PACKAGE_SHORT_VERSION=1.8.12 +PACKAGE_SHORT_VERSION=1.8.13 [ -n "${WXRC}" ] || WXRC=wxrc diff --git a/src/version.h b/src/version.h index a9a8188372..ff722c4ee0 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define POEDIT_VERSION "1.8.12" -#define POEDIT_VERSION_WIN 1,8,12 +#define POEDIT_VERSION "1.8.13" +#define POEDIT_VERSION_WIN 1,8,13 #endif // _VERSION_H_ diff --git a/win32/poedit.iss b/win32/poedit.iss index ad5b008059..eb6db7d047 100644 --- a/win32/poedit.iss +++ b/win32/poedit.iss @@ -30,8 +30,8 @@ #include "../" + CONFIG + "/git_build_number.h" -#define VERSION "1.8.12" -#define VERSION_FULL "1.8.12" +#define VERSION "1.8.13" +#define VERSION_FULL "1.8.13" #define VERSION_WIN VERSION + "." + Str(POEDIT_GIT_BUILD_NUMBER) #ifndef CRT_REDIST diff --git a/win32/version.props b/win32/version.props index c533d441ce..b5b1b0c31b 100644 --- a/win32/version.props +++ b/win32/version.props @@ -1,6 +1,6 @@ - 1.8.12 + 1.8.13