From bdacd29edaaaf76509257d04c908fbd30e9514e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Sat, 30 Aug 2014 14:52:34 +0200 Subject: [PATCH] Increase version to 1.6.9, update NEWS. --- .travis.yml | 2 +- NEWS | 8 ++++++++ Poedit.xcodeproj/project.pbxproj | 4 ++-- configure.ac | 4 ++-- src/version.h | 4 ++-- win32/distrib.proj | 2 +- win32/poedit.iss | 4 ++-- 7 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0aa66467f..1e6bf844f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ deploy: api_key: secure: fkelxNMcGoNY4MT30dEiEUE53cMkhtmr44Y7iSEkOGmfeG9ReUqVIk1nd7027iehzdhhcov57XwHg49KA+AWpQGvEbLkRNRazOxSGFL9o/P/Rzft/tvKP0sxcRF5RUVo0b5J5wlsIKSlbjDqGu9CM+G4eyK0D2jo/XPzsv9akKQ= skip_cleanup: true - file: poedit-1.6.8.tar.gz + file: poedit-1.6.9.tar.gz on: repo: vslavik/poedit tags: true diff --git a/NEWS b/NEWS index 8b1292da2e..d678ff04f7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,12 @@ +Version 1.6.9 +------------- + +- fixes to handling of RTL translations +- fix editing-related crashes under wxGTK +- translations updates + + Version 1.6.8 ------------- diff --git a/Poedit.xcodeproj/project.pbxproj b/Poedit.xcodeproj/project.pbxproj index 2f8d707bdb..e420f95671 100644 --- a/Poedit.xcodeproj/project.pbxproj +++ b/Poedit.xcodeproj/project.pbxproj @@ -1243,7 +1243,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.7; ONLY_ACTIVE_ARCH = YES; POEDIT_FEATURES = ""; - POEDIT_VERSION = 1.6.8; + POEDIT_VERSION = 1.6.9; SDKROOT = macosx; WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1"; }; @@ -1293,7 +1293,7 @@ LIBRARY_SEARCH_PATHS = ""; MACOSX_DEPLOYMENT_TARGET = 10.7; POEDIT_FEATURES = ""; - POEDIT_VERSION = 1.6.8; + POEDIT_VERSION = 1.6.9; 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 b801c94d38..9b6c3ececb 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.6.8], [poedit@googlegroups.com]) -PACKAGE_SHORT_VERSION=1.6.8 +AC_INIT([poedit], [1.6.9], [poedit@googlegroups.com]) +PACKAGE_SHORT_VERSION=1.6.9 AC_SUBST(PACKAGE_SHORT_VERSION) AC_CONFIG_AUX_DIR([admin]) diff --git a/src/version.h b/src/version.h index d1074ae221..7653b0c271 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define POEDIT_VERSION "1.6.8" -#define POEDIT_VERSION_WIN 1,6,8,0 +#define POEDIT_VERSION "1.6.9" +#define POEDIT_VERSION_WIN 1,6,9,0 #endif // _VERSION_H_ diff --git a/win32/distrib.proj b/win32/distrib.proj index e85ba339fb..e610c569ff 100644 --- a/win32/distrib.proj +++ b/win32/distrib.proj @@ -7,7 +7,7 @@ - 1.6.8 + 1.6.9 distrib-$(Configuration)-$(PoeditVersion) http://timestamp.verisign.com/scripts/timstamp.dll diff --git a/win32/poedit.iss b/win32/poedit.iss index e7483f043f..db49bc2a85 100644 --- a/win32/poedit.iss +++ b/win32/poedit.iss @@ -24,8 +24,8 @@ ; Inno Setup installer script ; -#define VERSION "1.6.8" -#define VERSION_FULL "1.6.8" +#define VERSION "1.6.9" +#define VERSION_FULL "1.6.9" #ifndef CONFIG #define Config "Release"