From: Daiki Ueno Date: Mon, 14 Jul 2014 03:27:32 +0000 (+0900) Subject: Prepare for 0.19.2 X-Git-Tag: v0.19.2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fea08dbb8c5ea2c6996ef32a8713a6a5f728285b;p=thirdparty%2Fgettext.git Prepare for 0.19.2 --- diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h index ce9e6e10d..d7d2cdd16 100644 --- a/gettext-runtime/intl/libgnuintl.in.h +++ b/gettext-runtime/intl/libgnuintl.in.h @@ -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; diff --git a/gettext-tools/libgettextpo/gettext-po.in.h b/gettext-tools/libgettextpo/gettext-po.in.h index 31f77f75d..c88764b0d 100644 --- a/gettext-tools/libgettextpo/gettext-po.in.h +++ b/gettext-tools/libgettextpo/gettext-po.in.h @@ -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 ================================= */ diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 03cae5590..c31943fa6 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -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 diff --git a/gettext-tools/tests/autopoint-2 b/gettext-tools/tests/autopoint-2 index b0dbf2337..f7cdab12b 100755 --- a/gettext-tools/tests/autopoint-2 +++ b/gettext-tools/tests/autopoint-2 @@ -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 \ diff --git a/gettext-tools/tests/autopoint-3 b/gettext-tools/tests/autopoint-3 index 9b519128d..c16bd4ad7 100755 --- a/gettext-tools/tests/autopoint-3 +++ b/gettext-tools/tests/autopoint-3 @@ -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 \