]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Bump version number.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2005 11:20:05 +0000 (11:20 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Jun 2009 17:23:43 +0000 (19:23 +0200)
ChangeLog
gettext-runtime/ChangeLog
gettext-runtime/windows/intl.rc
gettext-tools/ChangeLog
gettext-tools/src/ChangeLog
gettext-tools/src/gettext-po.h
gettext-tools/windows/gettextlib.rc
gettext-tools/windows/gettextpo.rc
gettext-tools/windows/gettextsrc.rc
version.sh

index 70bc0d993cc8a69d1e3702297ff2e871c4c6f588..326a9a3767587f9eef3b9ad3f655575007e17ffb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-23  Bruno Haible  <bruno@clisp.org>
+
+       * version.sh: Bump version number to 0.14.5.
+
 2005-04-11  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.4 released.
index f17fe96043930e16536f9875ad7be5c7b6975b58..c9c547d5b5ef2c8dd0a4f1db475c3c3085be2ba9 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-23  Bruno Haible  <bruno@clisp.org>
+
+       * windows/intl.rc: Bump version number to 0.14.5.
+
 2005-04-11  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.4 released.
index 02a03f61ade17821592332835a0f341529d6ec2b..2b75252ca236c9567f25e10063459710d2bebc9b 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,14,4,0
- PRODUCTVERSION 0,14,4,0
+ FILEVERSION 0,14,5,0
+ PRODUCTVERSION 0,14,5,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 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.4\0"
+            VALUE "FileVersion", "0.14.5\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.4\0"
+            VALUE "ProductVersion", "0.14.5\0"
         END
     END
     BLOCK "VarFileInfo"
index 766ef8e54dcd772fb9183ac94f5c6191ead439f1..8d1e02817d26afcc6648a82e1be43f409b724364 100644 (file)
@@ -1,3 +1,9 @@
+2005-05-23  Bruno Haible  <bruno@clisp.org>
+
+       * windows/gettextlib.rc: Bump version number to 0.14.5.
+       * windows/gettextsrc.rc: Likewise.
+       * windows/gettextpo.rc: Likewise.
+
 2005-04-11  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.4 released.
index 65638e6eb5fd5ccdd11371afb08e6599fbb5b1ea..9f0b0abd2b059f1ef56a3f936d3582c99ef673c8 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-23  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-po.h (LIBGETTEXTPO_VERSION): Bump version number.
+
 2005-05-21  Bruno Haible  <bruno@clisp.org>
 
        * format-gcc-internal.c: Update for GCC 4.0.
index 944c30ec0c713a6378dfb0aab6471004c41114d9..722ccbc51931fd88522981e7a3945d7e96b79697 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
 /* =========================== Meta Information ============================ */
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x000E04
+#define LIBGETTEXTPO_VERSION 0x000E05
 extern int libgettextpo_version;
 
 /* ================================= Types ================================= */
index 24a0bb8124dae4471d30c2098a42e2931a8cab25..27c8624957e8bd8a7d3ec3c5d209ab44e4a63348 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,14,4,0
- PRODUCTVERSION 0,14,4,0
+ FILEVERSION 0,14,5,0
+ PRODUCTVERSION 0,14,5,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.14.5\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.4\0"
+            VALUE "ProductVersion", "0.14.5\0"
         END
     END
     BLOCK "VarFileInfo"
index 85be7704fa078da11b38ac7ad35a3e7eabba6008..58579b5ffb6e8cc2ec19348472b9f3aa5d389e4d 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,14,4,0
- PRODUCTVERSION 0,14,4,0
+ FILEVERSION 0,14,5,0
+ PRODUCTVERSION 0,14,5,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.14.5\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.4\0"
+            VALUE "ProductVersion", "0.14.5\0"
         END
     END
     BLOCK "VarFileInfo"
index f02c2c3dd401da3fa6d86a4ee85028471e46c2e8..26d82d684a835aa07b8b6e0cccd967c05e1cc215 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,14,4,0
- PRODUCTVERSION 0,14,4,0
+ FILEVERSION 0,14,5,0
+ PRODUCTVERSION 0,14,5,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.14.5\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.4\0"
+            VALUE "ProductVersion", "0.14.5\0"
         END
     END
     BLOCK "VarFileInfo"
index 83666441cd61881c04f4b9dae128157ac49f498d..da629f4e0bc052486053409e06bdb6ce2da62c4e 100644 (file)
@@ -1,3 +1,3 @@
 # Version number and release date.
-VERSION_NUMBER=0.14.4
-RELEASE_DATE=2005-04-11      # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.14.5
+RELEASE_DATE=2005-05-23      # in "date +%Y-%m-%d" format