]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Bump version number.
authorBruno Haible <bruno@clisp.org>
Wed, 21 Jun 2006 12:25:04 +0000 (12:25 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Jun 2009 17:23:45 +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 a69d9c0ec2612ce836664ee0105d5b0901c2008f..43c496d3742128759faa15b57c7816d04774fcc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-21  Bruno Haible  <bruno@clisp.org>
+
+       * version.sh: Bump version number to 0.14.6.
+
 2005-05-23  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.5 released.
index f23c3ee9551b155deab3e1a57507b58f556bc22c..a3d2447fb5f58cb2ff89ea7df46d42aa444942eb 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-21  Bruno Haible  <bruno@clisp.org>
+
+       * windows/intl.rc: Bump version number to 0.14.6.
+
 2005-05-23  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.5 released.
index 2b75252ca236c9567f25e10063459710d2bebc9b..a62180278e9735f41b05b30acfb9b18086aff565 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,14,5,0
- PRODUCTVERSION 0,14,5,0
+ FILEVERSION 0,14,6,0
+ PRODUCTVERSION 0,14,6,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.5\0"
+            VALUE "FileVersion", "0.14.6\0"
             VALUE "InternalName", "intl.dll\0"
-            VALUE "LegalCopyright", "Copyright (C) 1995-2005\0"
+            VALUE "LegalCopyright", "Copyright (C) 1995-2006\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "intl.dll\0"
             VALUE "ProductName", "libintl: accessing NLS message catalogs\0"
-            VALUE "ProductVersion", "0.14.5\0"
+            VALUE "ProductVersion", "0.14.6\0"
         END
     END
     BLOCK "VarFileInfo"
index 95433bb53e1be876daa2da8f38b9a433e027761d..8aaa8d70c225f16e58ad2584218d95cf32c3a8fa 100644 (file)
@@ -1,3 +1,9 @@
+2006-06-21  Bruno Haible  <bruno@clisp.org>
+
+       * windows/gettextlib.rc: Bump version number to 0.14.6.
+       * windows/gettextsrc.rc: Likewise.
+       * windows/gettextpo.rc: Likewise.
+
 2005-05-23  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.5 released.
index 0a2b272012ea30f80d5c5228913a7f65433b738b..c8bdac21ddda0c1220ebe6a8c372bb24f97297b6 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-21  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-po.h (LIBGETTEXTPO_VERSION): Bump version number.
+
 2006-06-20  Bruno Haible  <bruno@clisp.org>
 
        * format-gcc-internal.c (struct unnumbered_arg): Remove type.
index 722ccbc51931fd88522981e7a3945d7e96b79697..c5a0299037c2b746b1e6c1027b58fabd5f5b4c79 100644 (file)
@@ -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 <bruno@clisp.org>, 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 0x000E05
+#define LIBGETTEXTPO_VERSION 0x000E06
 extern int libgettextpo_version;
 
 /* ================================= Types ================================= */
index 27c8624957e8bd8a7d3ec3c5d209ab44e4a63348..a33ece09f88c3baa9e056e13e1914b24c227efb9 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,14,5,0
- PRODUCTVERSION 0,14,5,0
+ FILEVERSION 0,14,6,0
+ PRODUCTVERSION 0,14,6,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.5\0"
+            VALUE "FileVersion", "0.14.6\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.5\0"
+            VALUE "ProductVersion", "0.14.6\0"
         END
     END
     BLOCK "VarFileInfo"
index 58579b5ffb6e8cc2ec19348472b9f3aa5d389e4d..65ae0e245688603c87590dc44ba3320b1bf735e1 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,14,5,0
- PRODUCTVERSION 0,14,5,0
+ FILEVERSION 0,14,6,0
+ PRODUCTVERSION 0,14,6,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.5\0"
+            VALUE "FileVersion", "0.14.6\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.5\0"
+            VALUE "ProductVersion", "0.14.6\0"
         END
     END
     BLOCK "VarFileInfo"
index 26d82d684a835aa07b8b6e0cccd967c05e1cc215..8575b7128783e43bffc992e1a9ffaa4fbece32f9 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,14,5,0
- PRODUCTVERSION 0,14,5,0
+ FILEVERSION 0,14,6,0
+ PRODUCTVERSION 0,14,6,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.5\0"
+            VALUE "FileVersion", "0.14.6\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.5\0"
+            VALUE "ProductVersion", "0.14.6\0"
         END
     END
     BLOCK "VarFileInfo"
index da629f4e0bc052486053409e06bdb6ce2da62c4e..65bba9dd8c256cfea8ecebc1ab3562951e65d298 100644 (file)
@@ -1,3 +1,3 @@
 # Version number and release date.
-VERSION_NUMBER=0.14.5
-RELEASE_DATE=2005-05-23      # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.14.6
+RELEASE_DATE=2006-06-21      # in "date +%Y-%m-%d" format