+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.
+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".
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x000F01
+#define LIBINTL_VERSION 0x001000
extern int libintl_version;
# 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@
+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.
/* =========================== Meta Information ============================ */
/* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x000F01
+#define LIBGETTEXTPO_VERSION 0x001000
extern int libgettextpo_version;
/* ================================= Types ================================= */
# 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@
# 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