]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Bump version numbers.
authorBruno Haible <bruno@clisp.org>
Fri, 2 Nov 2007 00:28:53 +0000 (00:28 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:28 +0000 (12:15 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/Makefile.in
gettext-runtime/intl/libgnuintl.h.in
gettext-tools/libgettextpo/ChangeLog
gettext-tools/libgettextpo/Makefile.am
gettext-tools/libgettextpo/gettext-po.h.in

index ffdadcddda52b3ce34f4d8e087a0110ec53aa02e..711f085712bf9e589188ee89decd58405be8f437 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-01  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <drepper@redhat.com>
 
        * locale.alias: Add note that this file should never be depended on.
index bcafbc3ccea8fe31872de276805b34adcf570d10..fd1fb3a61834aaa1ce78b34cf25a7179069151b7 100644 (file)
@@ -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:
index a5de040b160183ec3d3837b7ace22527e5de3193..c9da7983ff2f13f788e4c0ae1741c6a3f028747b 100644 (file)
@@ -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;
 
 
index 50e2c2a4f1c20ca6465156024f31a186f8283748..c7e3d5386eac6288803ae0ee23910787fb6f8a95 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-01  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
 
        * gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number.
index 6ea67b8dfb21a377e0dc906df0f670602a70c678..8947e84b19248d019c85d5a3962fbc6cff2b8f42 100644 (file)
@@ -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
index 679895f6305eb1149d7cdc745c5b901d84390f46..71275ff67615b18e9f07cbe4d7dcad7da9e20b53 100644 (file)
@@ -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 ================================= */