From e06bdc21ef2a17e4c2f03295a4eeb1e92bad53ad Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Tue, 10 Jun 2014 11:16:23 +0900 Subject: [PATCH] Prepare for 0.19.1 --- NEWS | 2 +- gettext-runtime/intl/libgnuintl.in.h | 2 +- gettext-tools/libgettextpo/gettext-po.in.h | 2 +- gettext-tools/misc/autopoint.in | 2 +- gettext-tools/tests/autopoint-2 | 2 +- gettext-tools/tests/autopoint-3 | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index dec0a1400..40c79dc1d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 0.19.1 - unreleased +Version 0.19.1 - June 2014 * Programming languages support: diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h index 699ef2122..ce9e6e10d 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 0x001300 +#define LIBINTL_VERSION 0x001301 extern int libintl_version; diff --git a/gettext-tools/libgettextpo/gettext-po.in.h b/gettext-tools/libgettextpo/gettext-po.in.h index 2c660ede7..31f77f75d 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 0x001300 +#define LIBGETTEXTPO_VERSION 0x001301 extern int libgettextpo_version; /* ================================= Types ================================= */ diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 12c9dcf7b..8e78d4bd5 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -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 diff --git a/gettext-tools/tests/autopoint-2 b/gettext-tools/tests/autopoint-2 index 7584b4fe7..9d3ea3549 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 +required_gettext_version=0.19.1 : ${AUTOCONF=autoconf} ${AUTOCONF} --version >/dev/null 2>/dev/null \ diff --git a/gettext-tools/tests/autopoint-3 b/gettext-tools/tests/autopoint-3 index 752cde9d6..a026105b4 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 +required_gettext_version=0.19.1 : ${AUTOCONF=autoconf} ${AUTOCONF} --version >/dev/null 2>/dev/null \ -- 2.47.2