diff --git a/.travis.yml b/.travis.yml
index 5e45b74b37..69d4c7a705 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.6.tar.gz
+ file: poedit-1.6.7.tar.gz
on:
repo: vslavik/poedit
tags: true
diff --git a/NEWS b/NEWS
index a1a25ca998..f839f0f4fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
+Version 1.6.7
+-------------
+
+- better handle "fatal" (but not really) msgfmt errors
+- OS X: fix OS X 10.7 compatibility
+- OS X/Win: update bundled Gettext to 0.19.2
+- translations updates
+
+
Version 1.6.6
-------------
diff --git a/Poedit.xcodeproj/project.pbxproj b/Poedit.xcodeproj/project.pbxproj
index 0f1b7baa1e..fe0d7ced30 100644
--- a/Poedit.xcodeproj/project.pbxproj
+++ b/Poedit.xcodeproj/project.pbxproj
@@ -1218,7 +1218,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.7;
ONLY_ACTIVE_ARCH = YES;
POEDIT_FEATURES = "";
- POEDIT_VERSION = 1.6.6;
+ POEDIT_VERSION = 1.6.7;
SDKROOT = macosx;
WX_DEFINES = "__WXOSX_COCOA__ __WX__ __WXMAC_XCODE__=1 wxUSE_UNICODE_UTF8=0 wxUSE_UNICODE_WCHAR=1";
};
@@ -1268,7 +1268,7 @@
LIBRARY_SEARCH_PATHS = "";
MACOSX_DEPLOYMENT_TARGET = 10.7;
POEDIT_FEATURES = "";
- POEDIT_VERSION = 1.6.6;
+ POEDIT_VERSION = 1.6.7;
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 23c9497b5e..5955f25813 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.6], [poedit@googlegroups.com])
-PACKAGE_SHORT_VERSION=1.6.6
+AC_INIT([poedit], [1.6.7], [poedit@googlegroups.com])
+PACKAGE_SHORT_VERSION=1.6.7
AC_SUBST(PACKAGE_SHORT_VERSION)
AC_CONFIG_AUX_DIR([admin])
diff --git a/src/version.h b/src/version.h
index b4326d9c0e..bb507334d1 100644
--- a/src/version.h
+++ b/src/version.h
@@ -26,7 +26,7 @@
#ifndef _VERSION_H_
#define _VERSION_H_
-#define POEDIT_VERSION "1.6.6"
-#define POEDIT_VERSION_WIN 1,6,6,0
+#define POEDIT_VERSION "1.6.7"
+#define POEDIT_VERSION_WIN 1,6,7,0
#endif // _VERSION_H_
diff --git a/win32/distrib.proj b/win32/distrib.proj
index cf4da44608..017aed4293 100644
--- a/win32/distrib.proj
+++ b/win32/distrib.proj
@@ -7,7 +7,7 @@
- 1.6.6
+ 1.6.7
distrib-$(Configuration)-$(PoeditVersion)
http://timestamp.verisign.com/scripts/timstamp.dll
diff --git a/win32/poedit.iss b/win32/poedit.iss
index f0cd2e00ab..9cb5dc33a7 100644
--- a/win32/poedit.iss
+++ b/win32/poedit.iss
@@ -24,8 +24,8 @@
; Inno Setup installer script
;
-#define VERSION "1.6.6"
-#define VERSION_FULL "1.6.6"
+#define VERSION "1.6.7"
+#define VERSION_FULL "1.6.7"
#ifndef CONFIG
#define Config "Release"