From: Bruno Haible Date: Tue, 24 Oct 2006 20:52:10 +0000 (+0000) Subject: Bump version number to 0.16. X-Git-Tag: 0.16.x-branchpoint~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e278a61a60a25534b15fddfa4c4d919830eb4cee;p=thirdparty%2Fgettext.git Bump version number to 0.16. --- diff --git a/ChangeLog b/ChangeLog index 1f852196c..9fe1c2bd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-10-24 Bruno Haible + + * version.sh: Bump version number to 0.16. + 2006-10-24 Bruno Haible * autogen.sh (GNULIB_MODULES_FOR_LIBGETTEXTPO): Add unlocked-io. diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index 258ae07f8..300f655ac 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,7 @@ +2006-10-24 Bruno Haible + + * libgnuintl.h.in (LIBINTL_VERSION): Bump to 0.16. + 2006-10-18 Bruno Haible * lock.h [C++]: Wrap definitions in extern "C". diff --git a/gettext-runtime/intl/libgnuintl.h.in b/gettext-runtime/intl/libgnuintl.h.in index ab896030e..5e1ccd676 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 0x000F01 +#define LIBINTL_VERSION 0x001000 extern int libintl_version; diff --git a/gettext-runtime/po/Makefile.in.in b/gettext-runtime/po/Makefile.in.in index f031e94f9..5022b8b18 100644 --- a/gettext-runtime/po/Makefile.in.in +++ b/gettext-runtime/po/Makefile.in.in @@ -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@ diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index 5371ccaee..cae5c28d6 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,7 @@ +2006-10-24 Bruno Haible + + * gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number. + 2006-10-24 Bruno Haible * Makefile.am (AM_CPPFLAGS): Remove useless -I options. diff --git a/gettext-tools/libgettextpo/gettext-po.h.in b/gettext-tools/libgettextpo/gettext-po.h.in index b0e710fdf..90bab2bcd 100644 --- a/gettext-tools/libgettextpo/gettext-po.h.in +++ b/gettext-tools/libgettextpo/gettext-po.h.in @@ -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 ================================= */ diff --git a/gettext-tools/po/Makefile.in.in b/gettext-tools/po/Makefile.in.in index f031e94f9..5022b8b18 100644 --- a/gettext-tools/po/Makefile.in.in +++ b/gettext-tools/po/Makefile.in.in @@ -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@ diff --git a/version.sh b/version.sh index 4100de408..25294ba8e 100644 --- a/version.sh +++ b/version.sh @@ -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