Skip to content

Commit

Permalink
Increase version to 1.6.2, update NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Dec 9, 2013
1 parent 0bfd07a commit eb4e237
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

Version 1.6.2
-------------

- fix TM failures with non-ASCII paths on Windows
- add support for Zend Framework's .phtml
- and support for WordPress' translators: comments
- translations updates


Version 1.6.1
-------------

Expand Down
4 changes: 2 additions & 2 deletions Poedit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
POEDIT_FEATURES = "USE_SPARKLE USE_SPELLCHECKING";
POEDIT_VERSION = 1.6.1;
POEDIT_VERSION = 1.6.2;
SDKROOT = macosx;
WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1";
};
Expand Down Expand Up @@ -1138,7 +1138,7 @@
LIBRARY_SEARCH_PATHS = "";
MACOSX_DEPLOYMENT_TARGET = 10.7;
POEDIT_FEATURES = "USE_SPARKLE USE_SPELLCHECKING";
POEDIT_VERSION = 1.6.1;
POEDIT_VERSION = 1.6.2;
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.1], [[email protected]])
PACKAGE_SHORT_VERSION=1.6.1
AC_INIT([poedit], [1.6.2], [[email protected]])
PACKAGE_SHORT_VERSION=1.6.2
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.1"
#define POEDIT_VERSION_WIN 1,6,1,0
#define POEDIT_VERSION "1.6.2"
#define POEDIT_VERSION_WIN 1,6,2,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.1"
#define VERSION_FULL "1.6.1"
#define VERSION "1.6.2"
#define VERSION_FULL "1.6.2"

#ifndef CONFIG
#define Config "Release"
Expand Down

0 comments on commit eb4e237

Please sign in to comment.