From: Bruno Haible Date: Mon, 2 Oct 2006 15:33:15 +0000 (+0000) Subject: Bump version number. X-Git-Tag: 0.16.x-branchpoint~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a6780bbf8ce8c86a39354dfc90b9004c74d9ab1;p=thirdparty%2Fgettext.git Bump version number. --- diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index 43e2e788c..92b686d33 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,8 @@ +2006-10-02 Bruno Haible + + * libgnuintl.h.in (LIBINTL_VERSION): Bump to 0.15.1. + * Makefile.in (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 8:1:0. + 2006-09-14 Bruno Haible * localcharset.c: Include unconditionally. diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index b094d0aa4..525922e11 100644 --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in @@ -200,7 +200,7 @@ libintl.la libgnuintl.la: $(OBJECTS) # Maintainers of other packages that include the intl directory must *not* # change these values. LTV_CURRENT=8 -LTV_REVISION=0 +LTV_REVISION=1 LTV_AGE=0 .SUFFIXES: diff --git a/gettext-runtime/intl/libgnuintl.h.in b/gettext-runtime/intl/libgnuintl.h.in index 1a053f3af..ab896030e 100644 --- a/gettext-runtime/intl/libgnuintl.h.in +++ b/gettext-runtime/intl/libgnuintl.h.in @@ -53,7 +53,7 @@ extern "C" { /* Version number: (major<<16) + (minor<<8) + subminor */ -#define LIBINTL_VERSION 0x000F00 +#define LIBINTL_VERSION 0x000F01 extern int libintl_version; diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 1578f8657..b4fcecadc 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,8 @@ +2006-10-02 Bruno Haible + + * gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number. + * Makefile.am (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 2:1:2. + 2006-10-01 Bruno Haible * x-perl.c (extract_balanced): Remove state argument. diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index 7d57f526a..89d1f4f4d 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -133,7 +133,7 @@ libgettextpo_la_SOURCES = gettext-po.c # Libtool's library version information for libgettextpo. # See the libtool documentation, section "Library interface versions". LTV_CURRENT=2 -LTV_REVISION=0 +LTV_REVISION=1 LTV_AGE=2 # msggrep needs pattern matching. diff --git a/gettext-tools/src/gettext-po.h.in b/gettext-tools/src/gettext-po.h.in index 932b3c8d7..ada8ad69f 100644 --- a/gettext-tools/src/gettext-po.h.in +++ b/gettext-tools/src/gettext-po.h.in @@ -29,7 +29,7 @@ extern "C" { /* =========================== Meta Information ============================ */ /* Version number: (major<<16) + (minor<<8) + subminor */ -#define LIBGETTEXTPO_VERSION 0x000F00 +#define LIBGETTEXTPO_VERSION 0x000F01 extern int libgettextpo_version; /* ================================= Types ================================= */