summaryrefslogtreecommitdiffstats
path: root/gettext-tools/windows/gettextlib.rc
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/windows/gettextlib.rc')
-rw-r--r--gettext-tools/windows/gettextlib.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/gettext-tools/windows/gettextlib.rc b/gettext-tools/windows/gettextlib.rc
index cd7aefd..c8d6bb3 100644
--- a/gettext-tools/windows/gettextlib.rc
+++ b/gettext-tools/windows/gettextlib.rc
@@ -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"