]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Bump version number to 0.16.
authorBruno Haible <bruno@clisp.org>
Tue, 24 Oct 2006 20:52:10 +0000 (20:52 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:13 +0000 (12:14 +0200)
ChangeLog
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/libgnuintl.h.in
gettext-runtime/po/Makefile.in.in
gettext-tools/libgettextpo/ChangeLog
gettext-tools/libgettextpo/gettext-po.h.in
gettext-tools/po/Makefile.in.in
version.sh

index 1f852196c12885b149f27d79ddebbd3baaf87648..9fe1c2bd4f7c13cd98c8adbc7aee239a054b55b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-24  Bruno Haible  <bruno@clisp.org>
+
+       * version.sh: Bump version number to 0.16.
+
 2006-10-24  Bruno Haible  <bruno@clisp.org>
 
        * autogen.sh (GNULIB_MODULES_FOR_LIBGETTEXTPO): Add unlocked-io.
index 258ae07f81a0dd4560e114f7459a02184c328975..300f655ac16ba3117dd7472b0e8015229f63214d 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-24  Bruno Haible  <bruno@clisp.org>
+
+       * libgnuintl.h.in (LIBINTL_VERSION): Bump to 0.16.
+
 2006-10-18  Bruno Haible  <bruno@clisp.org>
 
        * lock.h [C++]: Wrap definitions in extern "C".
index ab896030e3580b5ccbf5104cc1e844cf9ebf025b..5e1ccd6767773f99ae060a4d57960eb704ddcfc8 100644 (file)
@@ -53,7 +53,7 @@ extern "C" {
 
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x000F01
+#define LIBINTL_VERSION 0x001000
 extern int libintl_version;
 
 
index f031e94f90b51303fde47b6e3d7716813c4329f7..5022b8b187fcbd2764e8957d7b278854342a38c3 100644 (file)
@@ -8,7 +8,7 @@
 # Please note that the actual code of GNU gettext is covered by the GNU
 # General Public License and is *not* in the public domain.
 #
-# Origin: gettext-0.15.1
+# Origin: gettext-0.16
 
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
index 5371ccaee24c744fd4a23b432d9af97075f8b82b..cae5c28d6f7fe07bafdd4244c092d8907e5fbb44 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-24  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number.
+
 2006-10-24  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (AM_CPPFLAGS): Remove useless -I options.
index b0e710fdfb666cf9366f5c7c296b05194e25869d..90bab2bcdc63c11eec2b00a3d03f89ef1a570b23 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
 /* =========================== Meta Information ============================ */
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x000F01
+#define LIBGETTEXTPO_VERSION 0x001000
 extern int libgettextpo_version;
 
 /* ================================= Types ================================= */
index f031e94f90b51303fde47b6e3d7716813c4329f7..5022b8b187fcbd2764e8957d7b278854342a38c3 100644 (file)
@@ -8,7 +8,7 @@
 # Please note that the actual code of GNU gettext is covered by the GNU
 # General Public License and is *not* in the public domain.
 #
-# Origin: gettext-0.15.1
+# Origin: gettext-0.16
 
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
index 4100de40888b56ca3566ec34287bff97688abd10..25294ba8ebb44b0cdcf44af387db7c3736946a4a 100644 (file)
@@ -1,3 +1,3 @@
 # Version number and release date.
-VERSION_NUMBER=0.15.1
-RELEASE_DATE=2006-10-02      # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.16
+RELEASE_DATE=2006-10-26      # in "date +%Y-%m-%d" format