Skip to content

Commit

Permalink
Increase version to 1.6.1, update NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Dec 5, 2013
1 parent 75d2e44 commit 323ede8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

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

- fixes to TM migration code
- OS X: fixes for Retina displays


Version 1.6
-----------

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;
POEDIT_VERSION = 1.6.1;
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;
POEDIT_VERSION = 1.6.1;
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], [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])
Expand Down
2 changes: 1 addition & 1 deletion locales/poedit.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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"
#define POEDIT_VERSION_WIN 1,6,0
#define POEDIT_VERSION "1.6.1"
#define POEDIT_VERSION_WIN 1,6,1,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"
#define VERSION_FULL "1.6"
#define VERSION "1.6.1"
#define VERSION_FULL "1.6.1"

#ifndef CONFIG
#define Config "Release"
Expand Down

0 comments on commit 323ede8

Please sign in to comment.