]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for 0.19.2
authorDaiki Ueno <ueno@gnu.org>
Mon, 14 Jul 2014 03:27:32 +0000 (12:27 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 14 Jul 2014 05:28:48 +0000 (14:28 +0900)
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

index ce9e6e10d56458b25b1208579534aa9218479aa3..d7d2cdd1630971aebd6538edaae7b57e485119b5 100644 (file)
@@ -54,7 +54,7 @@ extern "C" {
 
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001301
+#define LIBINTL_VERSION 0x001302
 extern int libintl_version;
 
 
index 31f77f75daac8399f105f54201ab7102d8a6d1ed..c88764b0da13469fea76716e7805c2e51dbed05b 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
 /* =========================== Meta Information ============================ */
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001301
+#define LIBGETTEXTPO_VERSION 0x001302
 extern int libgettextpo_version;
 
 /* ================================= Types ================================= */
index 03cae559091373ef28821c6fbfde1709a27b6052..c31943fa65b05f9b7931b9449f611b4804c729b7 100644 (file)
@@ -347,7 +347,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.1 )
+  0.19 | 0.19.1 | 0.19.2 )
     ;;
   *)
     func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
index b0dbf2337d9c1ac8ac7fe00c621d28b1e53c9ac7..f7cdab12bca1da1832a4ea0f64a279b3615ec9c2 100755 (executable)
@@ -3,7 +3,7 @@
 
 # Test the autopoint program, without Automake.
 
-required_gettext_version=0.19.1
+required_gettext_version=0.19.2
 
 : ${AUTOCONF=autoconf}
 ${AUTOCONF} --version >/dev/null 2>/dev/null \
index 9b519128db70b9922fa1054f713cd1f8125170c9..c16bd4ad7968f38aaeb9d462de81fb17c523ae2a 100755 (executable)
@@ -3,7 +3,7 @@
 
 # Test the autopoint program, with Automake.
 
-required_gettext_version=0.19.1
+required_gettext_version=0.19.2
 
 : ${AUTOCONF=autoconf}
 ${AUTOCONF} --version >/dev/null 2>/dev/null \