From 2e0632d78a2b79bb4f048b05248cc518a5ae8d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Tue, 23 Feb 2016 12:55:07 +0100 Subject: [PATCH] Change version to 1.8.7.1 --- .travis.yml | 2 +- Poedit.xcodeproj/project.pbxproj | 4 ++-- configure.ac | 4 ++-- scripts/refresh-pot.sh | 2 +- src/version.h | 2 +- win32/poedit.iss | 4 ++-- win32/version.props | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7d1c3fcefa..1196dd8594 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ deploy: api_key: secure: fkelxNMcGoNY4MT30dEiEUE53cMkhtmr44Y7iSEkOGmfeG9ReUqVIk1nd7027iehzdhhcov57XwHg49KA+AWpQGvEbLkRNRazOxSGFL9o/P/Rzft/tvKP0sxcRF5RUVo0b5J5wlsIKSlbjDqGu9CM+G4eyK0D2jo/XPzsv9akKQ= skip_cleanup: true - file: poedit-1.8.7.tar.gz + file: poedit-1.8.7.1.tar.gz on: repo: vslavik/poedit tags: true diff --git a/Poedit.xcodeproj/project.pbxproj b/Poedit.xcodeproj/project.pbxproj index 60a705a781..52691ba27d 100644 --- a/Poedit.xcodeproj/project.pbxproj +++ b/Poedit.xcodeproj/project.pbxproj @@ -1701,7 +1701,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.7; ONLY_ACTIVE_ARCH = YES; POEDIT_FEATURES = ""; - POEDIT_VERSION = 1.8.7; + POEDIT_VERSION = 1.8.7.1; SDKROOT = macosx; WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1"; }; @@ -1757,7 +1757,7 @@ ); MACOSX_DEPLOYMENT_TARGET = 10.7; POEDIT_FEATURES = ""; - POEDIT_VERSION = 1.8.7; + POEDIT_VERSION = 1.8.7.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 f47a0bcbe3..74cbc7f75a 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.7], [help@poedit.net]) -PACKAGE_SHORT_VERSION=1.8.7 +AC_INIT([poedit], [1.8.7.1], [help@poedit.net]) +PACKAGE_SHORT_VERSION=1.8.7.1 AC_SUBST(PACKAGE_SHORT_VERSION) AC_CONFIG_AUX_DIR([admin]) diff --git a/scripts/refresh-pot.sh b/scripts/refresh-pot.sh index e0a58b441e..228067c89c 100755 --- a/scripts/refresh-pot.sh +++ b/scripts/refresh-pot.sh @@ -1,6 +1,6 @@ #!/bin/sh -e -PACKAGE_SHORT_VERSION=1.8.7 +PACKAGE_SHORT_VERSION=1.8.7.1 [ -n "${WXRC}" ] || WXRC=wxrc diff --git a/src/version.h b/src/version.h index a40bf7974a..9666b1583a 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define POEDIT_VERSION "1.8.7" +#define POEDIT_VERSION "1.8.7.1" #define POEDIT_VERSION_WIN 1,8,7 #endif // _VERSION_H_ diff --git a/win32/poedit.iss b/win32/poedit.iss index 08f84a3746..2c39cd6398 100644 --- a/win32/poedit.iss +++ b/win32/poedit.iss @@ -30,8 +30,8 @@ #include "../" + CONFIG + "/git_build_number.h" -#define VERSION "1.8.7" -#define VERSION_FULL "1.8.7" +#define VERSION "1.8.7.1" +#define VERSION_FULL "1.8.7.1" #define VERSION_WIN VERSION + "." + Str(POEDIT_GIT_BUILD_NUMBER) #ifndef CRT_REDIST diff --git a/win32/version.props b/win32/version.props index 98d763f1ad..9a15d77764 100644 --- a/win32/version.props +++ b/win32/version.props @@ -1,6 +1,6 @@ - 1.8.7 + 1.8.7.1