]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Bump version number.
authorBruno Haible <bruno@clisp.org>
Mon, 2 Oct 2006 15:33:15 +0000 (15:33 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:03 +0000 (12:14 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/Makefile.in
gettext-runtime/intl/libgnuintl.h.in
gettext-tools/src/ChangeLog
gettext-tools/src/Makefile.am
gettext-tools/src/gettext-po.h.in

index 43e2e788c6b6d5a90b414f4d340c1c021ac0d799..92b686d330dca760134e1344703fac6bc5b0a45b 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-02  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
 
        * localcharset.c: Include <config.h> unconditionally.
index b094d0aa473efd6b2046a36c2b0e156408d87e38..525922e1135b32e7d98933eae94bf33688b28466 100644 (file)
@@ -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:
index 1a053f3af30f6a9b7cba6842dc478d2e99bfcc9e..ab896030e3580b5ccbf5104cc1e844cf9ebf025b 100644 (file)
@@ -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;
 
 
index 1578f8657c619386a40961e7b839ef0e9e55fa3f..b4fcecadc7ad227eb35c6e12312a18f26136580f 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-02  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
 
        * x-perl.c (extract_balanced): Remove state argument.
index 7d57f526a893ae758335285bc72f7820a15d4c43..89d1f4f4d0a158f5187f2e0b5edbf83053742683 100644 (file)
@@ -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.
index 932b3c8d72f9a319a983b6a76b8fd9925bd32528..ada8ad69f337c44a5a541b61e613e45d4fbdbd9d 100644 (file)
@@ -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 ================================= */