]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Bump version number in DLL.
authorBruno Haible <bruno@clisp.org>
Sat, 17 Jan 2004 16:03:09 +0000 (16:03 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:40 +0000 (12:11 +0200)
gettext-runtime/ChangeLog
gettext-runtime/windows/intl.rc
gettext-tools/ChangeLog
gettext-tools/windows/gettextlib.rc
gettext-tools/windows/gettextpo.rc
gettext-tools/windows/gettextsrc.rc

index 240ff01ff006a8161b44db8e5ce2f91d0c7356cf..a801e04e24d4d214c261c25d3e735f7195422e38 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-17  Bruno Haible  <bruno@clisp.org>
+
+       * windows/intl.rc: Bump version number to 0.14.
+
 2004-01-10  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac: When --disable-csharp was given, set BUILDCSHARP=no.
index a94a69bfc0efc12be02e63097b450d2d2c33aff6..c81d9759536af1d18eabf72ef4cdd4ae01291192 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,12,0,0
- PRODUCTVERSION 0,12,0,0
+ FILEVERSION 0,14,0,0
+ PRODUCTVERSION 0,14,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 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.12\0"
+            VALUE "FileVersion", "0.14\0"
             VALUE "InternalName", "intl.dll\0"
-            VALUE "LegalCopyright", "Copyright (C) 1995-2003\0"
+            VALUE "LegalCopyright", "Copyright (C) 1995-2004\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "intl.dll\0"
             VALUE "ProductName", "libintl: accessing NLS message catalogs\0"
-            VALUE "ProductVersion", "0.12\0"
+            VALUE "ProductVersion", "0.14\0"
         END
     END
     BLOCK "VarFileInfo"
index 20c51a670b1e5ea018b79ebc500de9444aeea4ff..b6e793cf4cbaba98ae073aec30507c357a171876 100644 (file)
@@ -1,3 +1,9 @@
+2004-01-17  Bruno Haible  <bruno@clisp.org>
+
+       * windows/gettextlib.rc: Bump version number to 0.14.
+       * windows/gettextsrc.rc: Likewise.
+       * windows/gettextpo.rc: Likewise.
+
 2004-01-10  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac: When --disable-csharp was given, set BUILDCSHARP=no.
index cd7aefd4ea95933a6bd3a9b8d4508b7ee1dfa0eb..c8d6bb3e7d9b516d03bec0d1f8d52f3e62a4808d 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,12,0,0
- PRODUCTVERSION 0,12,0,0
+ FILEVERSION 0,14,0,0
+ PRODUCTVERSION 0,14,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., 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.12\0"
+            VALUE "FileVersion", "0.14\0"
             VALUE "InternalName", "gettextlib.dll\0"
-            VALUE "LegalCopyright", "Copyright (C) 1995-2003\0"
+            VALUE "LegalCopyright", "Copyright (C) 1995-2004\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "gettextlib.dll\0"
             VALUE "ProductName", "libgettextlib: subroutines for gettext-tools\0"
-            VALUE "ProductVersion", "0.12\0"
+            VALUE "ProductVersion", "0.14\0"
         END
     END
     BLOCK "VarFileInfo"
index a415cf6352c6cfa86212ba71fbc9a74367dac35c..3eb384d2a3541ccd14e6284c3753beb66c669fee 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,13,0,0
- PRODUCTVERSION 0,13,0,0
+ FILEVERSION 0,14,0,0
+ PRODUCTVERSION 0,14,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., 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.13\0"
+            VALUE "FileVersion", "0.14\0"
             VALUE "InternalName", "gettextpo.dll\0"
-            VALUE "LegalCopyright", "Copyright (C) 1995-2003\0"
+            VALUE "LegalCopyright", "Copyright (C) 1995-2004\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "gettextpo.dll\0"
             VALUE "ProductName", "libgettextpo: public API for PO files\0"
-            VALUE "ProductVersion", "0.13\0"
+            VALUE "ProductVersion", "0.14\0"
         END
     END
     BLOCK "VarFileInfo"
index 518c64ba880a6ca5bf67b13cd24bc27d289bcf36..962787f93fcaa90ccdd5d17122b1c032bf2ad97b 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,12,0,0
- PRODUCTVERSION 0,12,0,0
+ FILEVERSION 0,14,0,0
+ PRODUCTVERSION 0,14,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., 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.12\0"
+            VALUE "FileVersion", "0.14\0"
             VALUE "InternalName", "gettextsrc.dll\0"
-            VALUE "LegalCopyright", "Copyright (C) 1995-2003\0"
+            VALUE "LegalCopyright", "Copyright (C) 1995-2004\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "gettextsrc.dll\0"
             VALUE "ProductName", "libgettextsrc: subroutines for gettext-tools\0"
-            VALUE "ProductVersion", "0.12\0"
+            VALUE "ProductVersion", "0.14\0"
         END
     END
     BLOCK "VarFileInfo"