From: Bruno Haible Date: Thu, 20 Jul 2006 18:58:50 +0000 (+0000) Subject: Bump version number. X-Git-Tag: v0.15~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=729fe6702bd3ba7693606bb7c8fd0f7b2e7e372e;p=thirdparty%2Fgettext.git Bump version number. --- diff --git a/ChangeLog b/ChangeLog index 251d853f1..422bd7957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-20 Bruno Haible + + * version.sh: Bump version number to 0.15. + 2006-07-20 Bruno Haible * build-aux/compile: Update from automake-1.9.6. diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 1bcaa8a3f..2c61e58ad 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,9 @@ +2006-07-20 Bruno Haible + + * windows/gettextlib.rc: Bump version number to 0.15.0. + * windows/gettextsrc.rc: Likewise. + * windows/gettextpo.rc: Likewise. + 2006-07-14 Bruno Haible * Makefile.am (MOSTLYCLEANFILES): New variable. diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 832cd3de8..8549d10da 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,7 @@ +2006-07-20 Bruno Haible + + * po-mode.el (po-mode-version-string): Bump to 2.02. + 2006-06-27 Bruno Haible * gettextize.in (m4filelist): Remove isc-posix.m4. diff --git a/gettext-tools/misc/po-mode.el b/gettext-tools/misc/po-mode.el index fca25e29b..222d9bec6 100644 --- a/gettext-tools/misc/po-mode.el +++ b/gettext-tools/misc/po-mode.el @@ -1,6 +1,6 @@ ;;; po-mode.el -- major mode for GNU gettext PO files -;; Copyright (C) 1995-1999, 2000-2002, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1995-1999, 2000-2002, 2005-2006 Free Software Foundation, Inc. ;; Authors: François Pinard ;; Greg McGary @@ -50,7 +50,7 @@ ;;; Code: -(defconst po-mode-version-string "2.01" "\ +(defconst po-mode-version-string "2.02" "\ Version number of this version of po-mode.el.") ;;; Emacs portability matters - part I. diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 51a94a4ba..740f48597 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,7 @@ +2006-07-20 Bruno Haible + + * gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number. + 2006-07-20 Bruno Haible * Makefile.am (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 2:0:2. diff --git a/gettext-tools/src/gettext-po.h.in b/gettext-tools/src/gettext-po.h.in index b35b7c842..932b3c8d7 100644 --- a/gettext-tools/src/gettext-po.h.in +++ b/gettext-tools/src/gettext-po.h.in @@ -1,5 +1,5 @@ /* Public API for GNU gettext PO files - contained in libgettextpo. - Copyright (C) 2003-2005 Free Software Foundation, Inc. + Copyright (C) 2003-2006 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software; you can redistribute it and/or modify @@ -29,7 +29,7 @@ extern "C" { /* =========================== Meta Information ============================ */ /* Version number: (major<<16) + (minor<<8) + subminor */ -#define LIBGETTEXTPO_VERSION 0x000E04 +#define LIBGETTEXTPO_VERSION 0x000F00 extern int libgettextpo_version; /* ================================= Types ================================= */ diff --git a/gettext-tools/windows/gettextlib.rc b/gettext-tools/windows/gettextlib.rc index 24a0bb812..62170ce3e 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,4,0 - PRODUCTVERSION 0,14,4,0 + FILEVERSION 0,15,0,0 + PRODUCTVERSION 0,15,0,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 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.4\0" + VALUE "FileVersion", "0.15.0\0" VALUE "InternalName", "gettextlib.dll\0" - VALUE "LegalCopyright", "Copyright (C) 1995-2005\0" + VALUE "LegalCopyright", "Copyright (C) 1995-2006\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "gettextlib.dll\0" VALUE "ProductName", "libgettextlib: subroutines for gettext-tools\0" - VALUE "ProductVersion", "0.14.4\0" + VALUE "ProductVersion", "0.15.0\0" END END BLOCK "VarFileInfo" diff --git a/gettext-tools/windows/gettextpo.rc b/gettext-tools/windows/gettextpo.rc index 85be7704f..06ac79972 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,4,0 - PRODUCTVERSION 0,14,4,0 + FILEVERSION 0,15,0,0 + PRODUCTVERSION 0,15,0,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 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.4\0" + VALUE "FileVersion", "0.15.0\0" VALUE "InternalName", "gettextpo.dll\0" - VALUE "LegalCopyright", "Copyright (C) 1995-2005\0" + VALUE "LegalCopyright", "Copyright (C) 1995-2006\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "gettextpo.dll\0" VALUE "ProductName", "libgettextpo: public API for PO files\0" - VALUE "ProductVersion", "0.14.4\0" + VALUE "ProductVersion", "0.15.0\0" END END BLOCK "VarFileInfo" diff --git a/gettext-tools/windows/gettextsrc.rc b/gettext-tools/windows/gettextsrc.rc index f02c2c3dd..3b05b9d18 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,4,0 - PRODUCTVERSION 0,14,4,0 + FILEVERSION 0,15,0,0 + PRODUCTVERSION 0,15,0,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 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.4\0" + VALUE "FileVersion", "0.15.0\0" VALUE "InternalName", "gettextsrc.dll\0" - VALUE "LegalCopyright", "Copyright (C) 1995-2005\0" + VALUE "LegalCopyright", "Copyright (C) 1995-2006\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "gettextsrc.dll\0" VALUE "ProductName", "libgettextsrc: subroutines for gettext-tools\0" - VALUE "ProductVersion", "0.14.4\0" + VALUE "ProductVersion", "0.15.0\0" END END BLOCK "VarFileInfo" diff --git a/version.sh b/version.sh index 82558dfc6..eb528f86b 100644 --- a/version.sh +++ b/version.sh @@ -1,3 +1,3 @@ # Version number and release date. -VERSION_NUMBER=0.15-pre0 -RELEASE_DATE=2005-07-21 # in "date +%Y-%m-%d" format +VERSION_NUMBER=0.15 +RELEASE_DATE=2006-07-21 # in "date +%Y-%m-%d" format