]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Bump version number to 0.14.3.
authorBruno Haible <bruno@clisp.org>
Tue, 8 Mar 2005 21:26:23 +0000 (21:26 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:23 +0000 (12:12 +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 ff2cdc01c5d298bcc9b52be8c4fe4c6133e5adf0..2c41a1a243e414ab5e60561aeee31cb5947dc04f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-08  Bruno Haible  <bruno@clisp.org>
+
+       * version.sh: Bump version number to 0.14.3.
+
 2005-02-24  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.2 released.
index 6ac4cfdb3fe77d7afc522994307a8571752fb0ab..828e1e29854d8ae4aff6b044e3095b3444101ca8 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-08  Bruno Haible  <bruno@clisp.org>
+
+       * windows/intl.rc: Bump version number to 0.14.3.
+
 2005-02-24  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.2 released.
index 378d8272c72235648e31cb67b1434093ff5cbde7..9246ed57525a3ac22370318c3b50796cca521dfb 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 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"
index 0df8b0bd21482ac8c42c73f37ed1ba0275647901..ce9acd119bb7f8c151b30cb33f8c9ec6978fc3b4 100644 (file)
@@ -1,3 +1,9 @@
+2005-03-08  Bruno Haible  <bruno@clisp.org>
+
+       * windows/gettextlib.rc: Bump version number to 0.14.3.
+       * windows/gettextsrc.rc: Likewise.
+       * windows/gettextpo.rc: Likewise.
+
 2005-02-24  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.2 released.
index edfb99ac85ffa84d84236b5250b3b1a633931182..48c82baff913ac7eca61adcb7e79f9176077183c 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-08  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-po.h (LIBGETTEXTPO_VERSION): Bump version number.
+
 2005-02-26  Bruno Haible  <bruno@clisp.org>
 
        * format-scheme.c (format_arg_type): Add FAT_COMPLEX. Remove
index 5f8a6ca0ff01795c2f3c438f8022bf63d45fadc7..e018104d7a62209e7809e83ffbb7ec55bb77b640 100644 (file)
@@ -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 ================================= */
index 0b19de3363d00dd95470825929a8bf5cdb3421fa..35709733d65916f2a239750c8402f58ab0a5de50 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 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"
index fa8337903a79cb5d83020fb1c670826ed6855b4a..2a02f7ab14ced2dd64ef7da6062967eefc98e90a 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 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"
index 8a6aff0d8da354878ae3b47c7ea6a2fc7a04ebb9..1b0b46292ba1e2bb9b1dae34220854879f80c6bd 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 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"
index c97697b7718e630cc6064861952dabf2d7659ad4..3feaabee548553d9dd272e611cf47069d3f23bf7 100644 (file)
@@ -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