summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/windows
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-07-20 18:55:37 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:13:32 +0200
commitaa635396608331a177fc20f6c03615d995c0ff61 (patch)
tree9177d9f47b0a5c3636fe1965e7281355b543ab22 /gettext-runtime/windows
parent477195af955e2915ccec1f995b4c9a2e5d599b66 (diff)
downloadexternal_gettext-aa635396608331a177fc20f6c03615d995c0ff61.zip
external_gettext-aa635396608331a177fc20f6c03615d995c0ff61.tar.gz
external_gettext-aa635396608331a177fc20f6c03615d995c0ff61.tar.bz2
Bump version number.
Diffstat (limited to 'gettext-runtime/windows')
-rw-r--r--gettext-runtime/windows/intl.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/gettext-runtime/windows/intl.rc b/gettext-runtime/windows/intl.rc
index 02a03f6..439e19e 100644
--- a/gettext-runtime/windows/intl.rc
+++ b/gettext-runtime/windows/intl.rc
@@ -4,8 +4,8 @@
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,14,4,0
- PRODUCTVERSION 0,14,4,0
+ FILEVERSION 0,15,0,0
+ PRODUCTVERSION 0,15,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., 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.15.0\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.4\0"
+ VALUE "ProductVersion", "0.15.0\0"
END
END
BLOCK "VarFileInfo"