]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for 0.19.1
authorDaiki Ueno <ueno@gnu.org>
Tue, 10 Jun 2014 02:16:23 +0000 (11:16 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 10 Jun 2014 03:15:56 +0000 (12:15 +0900)
NEWS
gettext-runtime/intl/libgnuintl.in.h
gettext-tools/libgettextpo/gettext-po.in.h
gettext-tools/misc/autopoint.in
gettext-tools/tests/autopoint-2
gettext-tools/tests/autopoint-3

diff --git a/NEWS b/NEWS
index dec0a1400e69aef75a07f5f1cd9c490f1ae66e1d..40c79dc1ddb732153edb1fb1f48ec05e592f1e40 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 0.19.1 - unreleased
+Version 0.19.1 - June 2014
 
 * Programming languages support:
 
index 699ef212279219670f52370fe80fd82874dfc123..ce9e6e10d56458b25b1208579534aa9218479aa3 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
 
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001300
+#define LIBINTL_VERSION 0x001301
 extern int libintl_version;
 
 
index 2c660ede765fa4f033a242e7b4d5a8379ed15211..31f77f75daac8399f105f54201ab7102d8a6d1ed 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
 /* =========================== Meta Information ============================ */
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001300
+#define LIBGETTEXTPO_VERSION 0x001301
 extern int libgettextpo_version;
 
 /* ================================= Types ================================= */
index 12c9dcf7be42e93e04e90728d46c6276b6cc3174..8e78d4bd5eb5be2a3bc8ffe3d54a30fcc3e17d33 100644 (file)
@@ -332,7 +332,7 @@ case "$ver" in
   0.16 | 0.16.1 | \
   0.17 | \
   0.18 | 0.18.1 | 0.18.2 | 0.18.3 | \
-  0.19 )
+  0.19 | 0.19.1 )
     ;;
   *)
     func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
index 7584b4fe7fdf36510124353e8c65a9e44aade57b..9d3ea3549c5ceed7810d527bea6a7b1b7a72ff6e 100755 (executable)
@@ -3,7 +3,7 @@
 
 # Test the autopoint program, without Automake.
 
-required_gettext_version=0.19
+required_gettext_version=0.19.1
 
 : ${AUTOCONF=autoconf}
 ${AUTOCONF} --version >/dev/null 2>/dev/null \
index 752cde9d6c968046024763ef57b386e28a8504ba..a026105b49708db2b5ccccb848645ffe77b108bc 100755 (executable)
@@ -3,7 +3,7 @@
 
 # Test the autopoint program, with Automake.
 
-required_gettext_version=0.19
+required_gettext_version=0.19.1
 
 : ${AUTOCONF=autoconf}
 ${AUTOCONF} --version >/dev/null 2>/dev/null \