Skip to content

Commit

Permalink
Increase version to 1.6.4, update NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Feb 7, 2014
1 parent e0aa4ab commit b08fa94
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

Version 1.6.4
-------------

- translation memory tuning
- Unix: restore compatibility with GTK+ 2
- misc fixes
- minor UI improvements (better wording etc.)
- OS X: misc fixes for Mavericks compatibility
- OS X/Win: update bundled Gettext to 0.18.3.2
- translations updates


Version 1.6.3
-------------

Expand Down
4 changes: 2 additions & 2 deletions Poedit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
POEDIT_FEATURES = "USE_SPARKLE USE_SPELLCHECKING";
POEDIT_VERSION = 1.6.3;
POEDIT_VERSION = 1.6.4;
SDKROOT = macosx;
WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1";
};
Expand Down Expand Up @@ -1168,7 +1168,7 @@
LIBRARY_SEARCH_PATHS = "";
MACOSX_DEPLOYMENT_TARGET = 10.7;
POEDIT_FEATURES = "USE_SPARKLE USE_SPELLCHECKING";
POEDIT_VERSION = 1.6.3;
POEDIT_VERSION = 1.6.4;
SDKROOT = macosx;
WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1";
};
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)

AC_INIT([poedit], [1.6.3], [[email protected]])
PACKAGE_SHORT_VERSION=1.6.3
AC_INIT([poedit], [1.6.4], [[email protected]])
PACKAGE_SHORT_VERSION=1.6.4
AC_SUBST(PACKAGE_SHORT_VERSION)

AC_CONFIG_AUX_DIR([admin])
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#ifndef _VERSION_H_
#define _VERSION_H_

#define POEDIT_VERSION "1.6.3"
#define POEDIT_VERSION_WIN 1,6,3,0
#define POEDIT_VERSION "1.6.4"
#define POEDIT_VERSION_WIN 1,6,4,0

#endif // _VERSION_H_
4 changes: 2 additions & 2 deletions win32/poedit.iss
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
; Inno Setup installer script
;

#define VERSION "1.6.3"
#define VERSION_FULL "1.6.3"
#define VERSION "1.6.4"
#define VERSION_FULL "1.6.4"

#ifndef CONFIG
#define Config "Release"
Expand Down

0 comments on commit b08fa94

Please sign in to comment.