summaryrefslogtreecommitdiff
path: root/cryptopp.rc
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-07-07 21:19:14 +0000
committerweidai <weidai11@users.noreply.github.com>2003-07-07 21:19:14 +0000
commit699e6219b54bb310b0e6b6e719df4dce70c20060 (patch)
treeae440c527f00c4cb74d37399559eaabc23cfa8d7 /cryptopp.rc
parentf0e5ca2ca7a2c5b5d867b51fc292a0eaff37a373 (diff)
downloadcryptopp-git-699e6219b54bb310b0e6b6e719df4dce70c20060.tar.gz
fix resource file version number
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 7f9913b2..0a5a0a33 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