From 323ede895d4a8b65595e601f81455c3e8175f6ef Mon Sep 17 00:00:00 2001 From: Vaclav Slavik Date: Thu, 5 Dec 2013 13:02:16 +0100 Subject: [PATCH] Increase version to 1.6.1, update NEWS. --- NEWS | 7 +++++++ Poedit.xcodeproj/project.pbxproj | 4 ++-- configure.ac | 4 ++-- locales/poedit.pot | 2 +- src/version.h | 4 ++-- win32/poedit.iss | 4 ++-- 6 files changed, 16 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index df72653aea..9fe07b64fc 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,11 @@ +Version 1.6.1 +------------- + +- fixes to TM migration code +- OS X: fixes for Retina displays + + Version 1.6 ----------- diff --git a/Poedit.xcodeproj/project.pbxproj b/Poedit.xcodeproj/project.pbxproj index 242931a9a3..d81fd3ee90 100644 --- a/Poedit.xcodeproj/project.pbxproj +++ b/Poedit.xcodeproj/project.pbxproj @@ -1089,7 +1089,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.7; ONLY_ACTIVE_ARCH = YES; POEDIT_FEATURES = "USE_SPARKLE USE_SPELLCHECKING"; - POEDIT_VERSION = 1.6; + POEDIT_VERSION = 1.6.1; SDKROOT = macosx; WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1"; }; @@ -1138,7 +1138,7 @@ LIBRARY_SEARCH_PATHS = ""; MACOSX_DEPLOYMENT_TARGET = 10.7; POEDIT_FEATURES = "USE_SPARKLE USE_SPELLCHECKING"; - POEDIT_VERSION = 1.6; + POEDIT_VERSION = 1.6.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 27f1cf2bf0..49351da685 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], [poedit@googlegroups.com]) -PACKAGE_SHORT_VERSION=1.6 +AC_INIT([poedit], [1.6.1], [poedit@googlegroups.com]) +PACKAGE_SHORT_VERSION=1.6.1 AC_SUBST(PACKAGE_SHORT_VERSION) AC_CONFIG_AUX_DIR([admin]) diff --git a/locales/poedit.pot b/locales/poedit.pot index 299683dd86..2bf0da5939 100644 --- a/locales/poedit.pot +++ b/locales/poedit.pot @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Poedit 1.6\n" +"Project-Id-Version: Poedit 1.6.1\n" "Report-Msgid-Bugs-To: poedit@googlegroups.com\n" "POT-Creation-Date: 2013-11-27 11:14+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/src/version.h b/src/version.h index e0aad2fb06..eaa55cb986 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #ifndef _VERSION_H_ #define _VERSION_H_ -#define POEDIT_VERSION "1.6" -#define POEDIT_VERSION_WIN 1,6,0 +#define POEDIT_VERSION "1.6.1" +#define POEDIT_VERSION_WIN 1,6,1,0 #endif // _VERSION_H_ diff --git a/win32/poedit.iss b/win32/poedit.iss index e7a633ab0a..a7a77ccfa3 100644 --- a/win32/poedit.iss +++ b/win32/poedit.iss @@ -24,8 +24,8 @@ ; Inno Setup installer script ; -#define VERSION "1.6" -#define VERSION_FULL "1.6" +#define VERSION "1.6.1" +#define VERSION_FULL "1.6.1" #ifndef CONFIG #define Config "Release"