summaryrefslogtreecommitdiff
path: root/cryptopp.rc
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-07 21:19:14 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-07 21:19:14 +0000
commit3edbf2eff4cb3bc989ba1c442358de0bedbdf90c (patch)
treeae440c527f00c4cb74d37399559eaabc23cfa8d7 /cryptopp.rc
parent7a5dc109ef377828b1ae9a9121133ef2732170c4 (diff)
downloadcryptopp-3edbf2eff4cb3bc989ba1c442358de0bedbdf90c.tar.gz
fix resource file version number
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@89 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'cryptopp.rc')
-rw-r--r--cryptopp.rc14
1 files changed, 7 insertions, 7 deletions
diff --git a/cryptopp.rc b/cryptopp.rc
index 7f9913b..0a5a0a3 100644
--- a/cryptopp.rc
+++ b/cryptopp.rc
@@ -28,15 +28,15 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 5,0,3,0
- PRODUCTVERSION 5,0,3,0
+ FILEVERSION 5,2,0,0
+ PRODUCTVERSION 5,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
- FILEOS 0x40004L
+ FILEOS 0x4L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
@@ -44,17 +44,17 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "Comments", "\0"
+ VALUE "Comments", "free crypto library, more info at www.cryptopp.com\0"
VALUE "CompanyName", "Wei Dai\0"
VALUE "FileDescription", "Crypto++® Library DLL\0"
- VALUE "FileVersion", "5, 0, 3, 0\0"
+ VALUE "FileVersion", "5, 2, 0, 0\0"
VALUE "InternalName", "cryptopp\0"
- VALUE "LegalCopyright", "Copyright © 1995-2003\0"
+ VALUE "LegalCopyright", "Copyright © 1995-2003 by Wei Dai\0"
VALUE "LegalTrademarks", "Crypto++®\0"
VALUE "OriginalFilename", "cryptopp.dll\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Crypto++® Library\0"
- VALUE "ProductVersion", "5, 0, 3, 0\0"
+ VALUE "ProductVersion", "5, 2, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
END