From: Daiki Ueno Date: Mon, 30 May 2016 03:10:54 +0000 (+0900) Subject: Prepare for 0.19.8 X-Git-Tag: v0.19.8~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fe63f857b5e61f1d056488ca242251cb06ea2e9;p=thirdparty%2Fgettext.git Prepare for 0.19.8 --- diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index 4cc8b60ef..b724b5923 100644 --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in @@ -237,7 +237,7 @@ libintl.la libgnuintl.la: $(OBJECTS) $(OBJECTS_RES_@WOE32@) # according to the libtool documentation, section "Library interface versions". # Maintainers of other packages that include the intl directory must *not* # change these values. -LTV_CURRENT=9 +LTV_CURRENT=10 LTV_REVISION=4 LTV_AGE=1 diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h index 4fb151404..dc1947f8f 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 0x001307 +#define LIBINTL_VERSION 0x001308 extern int libintl_version; diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in index 8f34f0075..38c293d2e 100644 --- a/gettext-runtime/po/Makefile.in.in +++ b/gettext-runtime/po/Makefile.in.in @@ -6,7 +6,7 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. # -# Origin: gettext-0.19.7 +# Origin: gettext-0.19.8 GETTEXT_MACRO_VERSION = 0.19 PACKAGE = @PACKAGE@ diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 02b69abd6..3b132edf8 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -441,7 +441,7 @@ changequote([,])dnl fi AC_SUBST([ARCHIVE_FORMAT]) -ARCHIVE_VERSION=0.19.7 +ARCHIVE_VERSION=0.19.8 AC_SUBST([ARCHIVE_VERSION]) PACKAGE_SUFFIX="-$ARCHIVE_VERSION" diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index 39211454a..67fd7989a 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -98,7 +98,7 @@ libgettextpo_la_AUXSOURCES = \ # Libtool's library version information for libgettextpo. # See the libtool documentation, section "Library interface versions". -LTV_CURRENT=5 +LTV_CURRENT=6 LTV_REVISION=3 LTV_AGE=5 diff --git a/gettext-tools/libgettextpo/gettext-po.in.h b/gettext-tools/libgettextpo/gettext-po.in.h index eb575ada3..a42ae2248 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 0x001307 +#define LIBGETTEXTPO_VERSION 0x001308 extern int libgettextpo_version; /* ================================= Types ================================= */ diff --git a/gettext-tools/misc/autopoint.in b/gettext-tools/misc/autopoint.in index 4ad64eabb..6d0746ffc 100644 --- a/gettext-tools/misc/autopoint.in +++ b/gettext-tools/misc/autopoint.in @@ -378,7 +378,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.2 | 0.19.3 | 0.19.4 | 0.19.5 | 0.19.6 | 0.19.7 ) + 0.19 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 | 0.19.5 | 0.19.6 | 0.19.7 | 0.19.8 ) ;; *) func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in