From: Bruno Haible Date: Fri, 2 Nov 2007 00:28:53 +0000 (+0000) Subject: Bump version numbers. X-Git-Tag: v0.17~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb0137b105f05c9d09d1429335a516f3ddb4471e;p=thirdparty%2Fgettext.git Bump version numbers. --- diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index ffdadcddd..711f08571 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,8 @@ +2007-11-01 Bruno Haible + + * libgnuintl.h.in (LIBINTL_VERSION): Bump to 0.17. + * Makefile.in (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 8:2:0. + 2007-10-28 Ulrich Drepper * locale.alias: Add note that this file should never be depended on. diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index bcafbc3cc..fd1fb3a61 100644 --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in @@ -205,7 +205,7 @@ libintl.la libgnuintl.la: $(OBJECTS) $(OBJECTS_RES_@WOE32@) # Maintainers of other packages that include the intl directory must *not* # change these values. LTV_CURRENT=8 -LTV_REVISION=1 +LTV_REVISION=2 LTV_AGE=0 .SUFFIXES: diff --git a/gettext-runtime/intl/libgnuintl.h.in b/gettext-runtime/intl/libgnuintl.h.in index a5de040b1..c9da7983f 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 0x001000 +#define LIBINTL_VERSION 0x001100 extern int libintl_version; diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index 50e2c2a4f..c7e3d5386 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,8 @@ +2007-11-01 Bruno Haible + + * gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number. + * Makefile.am (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 4:0:4. + 2007-10-21 Bruno Haible * gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number. diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index 6ea67b8df..8947e84b1 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -88,9 +88,9 @@ libgettextpo_la_AUXSOURCES = \ # Libtool's library version information for libgettextpo. # See the libtool documentation, section "Library interface versions". -LTV_CURRENT=3 +LTV_CURRENT=4 LTV_REVISION=0 -LTV_AGE=3 +LTV_AGE=4 # How to build libgettextpo.la. # Don't make it depend on libgettextsrc.la or libgettextlib.la, since they diff --git a/gettext-tools/libgettextpo/gettext-po.h.in b/gettext-tools/libgettextpo/gettext-po.h.in index 679895f63..71275ff67 100644 --- a/gettext-tools/libgettextpo/gettext-po.h.in +++ b/gettext-tools/libgettextpo/gettext-po.h.in @@ -28,7 +28,7 @@ extern "C" { /* =========================== Meta Information ============================ */ /* Version number: (major<<16) + (minor<<8) + subminor */ -#define LIBGETTEXTPO_VERSION 0x001002 +#define LIBGETTEXTPO_VERSION 0x001100 extern int libgettextpo_version; /* ================================= Types ================================= */