From: Bruno Haible Date: Tue, 8 Mar 2005 21:26:23 +0000 (+0000) Subject: Bump version number to 0.14.3. X-Git-Tag: v0.14.3~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed39985602fd0d2e9a9cb696a8cc7de1c07d160;p=thirdparty%2Fgettext.git Bump version number to 0.14.3. --- diff --git a/ChangeLog b/ChangeLog index ff2cdc01c..2c41a1a24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-08 Bruno Haible + + * version.sh: Bump version number to 0.14.3. + 2005-02-24 Bruno Haible * gettext-0.14.2 released. diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index 6ac4cfdb3..828e1e298 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,7 @@ +2005-03-08 Bruno Haible + + * windows/intl.rc: Bump version number to 0.14.3. + 2005-02-24 Bruno Haible * gettext-0.14.2 released. diff --git a/gettext-runtime/windows/intl.rc b/gettext-runtime/windows/intl.rc index 378d8272c..9246ed575 100644 --- a/gettext-runtime/windows/intl.rc +++ b/gettext-runtime/windows/intl.rc @@ -4,8 +4,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,14,2,0 - PRODUCTVERSION 0,14,2,0 + FILEVERSION 0,14,3,0 + PRODUCTVERSION 0,14,3,0 FILEFLAGSMASK 0x3fL /* VS_FFI_FILEFLAGSMASK */ #ifdef _DEBUG FILEFLAGS 0x1L /* VS_FF_DEBUG */ @@ -23,13 +23,13 @@ BEGIN VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\0" VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "LGPLed libintl for Windows NT/2000/XP and Windows 95/98/ME\0" - VALUE "FileVersion", "0.14.2\0" + VALUE "FileVersion", "0.14.3\0" VALUE "InternalName", "intl.dll\0" VALUE "LegalCopyright", "Copyright (C) 1995-2005\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "intl.dll\0" VALUE "ProductName", "libintl: accessing NLS message catalogs\0" - VALUE "ProductVersion", "0.14.2\0" + VALUE "ProductVersion", "0.14.3\0" END END BLOCK "VarFileInfo" diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 0df8b0bd2..ce9acd119 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,9 @@ +2005-03-08 Bruno Haible + + * windows/gettextlib.rc: Bump version number to 0.14.3. + * windows/gettextsrc.rc: Likewise. + * windows/gettextpo.rc: Likewise. + 2005-02-24 Bruno Haible * gettext-0.14.2 released. diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index edfb99ac8..48c82baff 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,7 @@ +2005-03-08 Bruno Haible + + * gettext-po.h (LIBGETTEXTPO_VERSION): Bump version number. + 2005-02-26 Bruno Haible * format-scheme.c (format_arg_type): Add FAT_COMPLEX. Remove diff --git a/gettext-tools/src/gettext-po.h b/gettext-tools/src/gettext-po.h index 5f8a6ca0f..e018104d7 100644 --- a/gettext-tools/src/gettext-po.h +++ b/gettext-tools/src/gettext-po.h @@ -29,7 +29,7 @@ extern "C" { /* =========================== Meta Information ============================ */ /* Version number: (major<<16) + (minor<<8) + subminor */ -#define LIBGETTEXTPO_VERSION 0x000E02 +#define LIBGETTEXTPO_VERSION 0x000E03 extern int libgettextpo_version; /* ================================= Types ================================= */ diff --git a/gettext-tools/windows/gettextlib.rc b/gettext-tools/windows/gettextlib.rc index 0b19de336..35709733d 100644 --- a/gettext-tools/windows/gettextlib.rc +++ b/gettext-tools/windows/gettextlib.rc @@ -4,8 +4,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,14,2,0 - PRODUCTVERSION 0,14,2,0 + FILEVERSION 0,14,3,0 + PRODUCTVERSION 0,14,3,0 FILEFLAGSMASK 0x3fL /* VS_FFI_FILEFLAGSMASK */ #ifdef _DEBUG FILEFLAGS 0x1L /* VS_FF_DEBUG */ @@ -23,13 +23,13 @@ BEGIN VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\0" VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GPLed libgettextlib for Windows NT/2000/XP and Windows 95/98/ME\0" - VALUE "FileVersion", "0.14.2\0" + VALUE "FileVersion", "0.14.3\0" VALUE "InternalName", "gettextlib.dll\0" VALUE "LegalCopyright", "Copyright (C) 1995-2005\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "gettextlib.dll\0" VALUE "ProductName", "libgettextlib: subroutines for gettext-tools\0" - VALUE "ProductVersion", "0.14.2\0" + VALUE "ProductVersion", "0.14.3\0" END END BLOCK "VarFileInfo" diff --git a/gettext-tools/windows/gettextpo.rc b/gettext-tools/windows/gettextpo.rc index fa8337903..2a02f7ab1 100644 --- a/gettext-tools/windows/gettextpo.rc +++ b/gettext-tools/windows/gettextpo.rc @@ -4,8 +4,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,14,2,0 - PRODUCTVERSION 0,14,2,0 + FILEVERSION 0,14,3,0 + PRODUCTVERSION 0,14,3,0 FILEFLAGSMASK 0x3fL /* VS_FFI_FILEFLAGSMASK */ #ifdef _DEBUG FILEFLAGS 0x1L /* VS_FF_DEBUG */ @@ -23,13 +23,13 @@ BEGIN VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\0" VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GPLed libgettextpo for Windows NT/2000/XP and Windows 95/98/ME\0" - VALUE "FileVersion", "0.14.2\0" + VALUE "FileVersion", "0.14.3\0" VALUE "InternalName", "gettextpo.dll\0" VALUE "LegalCopyright", "Copyright (C) 1995-2005\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "gettextpo.dll\0" VALUE "ProductName", "libgettextpo: public API for PO files\0" - VALUE "ProductVersion", "0.14.2\0" + VALUE "ProductVersion", "0.14.3\0" END END BLOCK "VarFileInfo" diff --git a/gettext-tools/windows/gettextsrc.rc b/gettext-tools/windows/gettextsrc.rc index 8a6aff0d8..1b0b46292 100644 --- a/gettext-tools/windows/gettextsrc.rc +++ b/gettext-tools/windows/gettextsrc.rc @@ -4,8 +4,8 @@ #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,14,2,0 - PRODUCTVERSION 0,14,2,0 + FILEVERSION 0,14,3,0 + PRODUCTVERSION 0,14,3,0 FILEFLAGSMASK 0x3fL /* VS_FFI_FILEFLAGSMASK */ #ifdef _DEBUG FILEFLAGS 0x1L /* VS_FF_DEBUG */ @@ -23,13 +23,13 @@ BEGIN VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\0" VALUE "CompanyName", "Free Software Foundation\0" VALUE "FileDescription", "GPLed libgettextsrc for Windows NT/2000/XP and Windows 95/98/ME\0" - VALUE "FileVersion", "0.14.2\0" + VALUE "FileVersion", "0.14.3\0" VALUE "InternalName", "gettextsrc.dll\0" VALUE "LegalCopyright", "Copyright (C) 1995-2005\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "gettextsrc.dll\0" VALUE "ProductName", "libgettextsrc: subroutines for gettext-tools\0" - VALUE "ProductVersion", "0.14.2\0" + VALUE "ProductVersion", "0.14.3\0" END END BLOCK "VarFileInfo" diff --git a/version.sh b/version.sh index c97697b77..3feaabee5 100644 --- a/version.sh +++ b/version.sh @@ -1,3 +1,3 @@ # Version number and release date. -VERSION_NUMBER=0.14.2 -RELEASE_DATE=2005-02-24 # in "date +%Y-%m-%d" format +VERSION_NUMBER=0.14.3 +RELEASE_DATE=2005-03-08 # in "date +%Y-%m-%d" format