summaryrefslogtreecommitdiff
path: root/cryptopp.rc
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2007-08-13 23:54:25 +0000
committerweidai <weidai11@users.noreply.github.com>2007-08-13 23:54:25 +0000
commit994090ba9c500ccf28c2138659e78827e07d2f56 (patch)
treebda18adad37cc2a9048f184e527bc865739abb28 /cryptopp.rc
parentae88c18bf79591bfcc16c18f4c256f032c988a57 (diff)
downloadcryptopp-git-994090ba9c500ccf28c2138659e78827e07d2f56.tar.gz
update version number to 5.5.2
Diffstat (limited to 'cryptopp.rc')
-rw-r--r--cryptopp.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/cryptopp.rc b/cryptopp.rc
index 48313b1d..d4f43e54 100644
--- a/cryptopp.rc
+++ b/cryptopp.rc
@@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 5,5,0,0
- PRODUCTVERSION 5,5,0,0
+ FILEVERSION 5,5,2,0
+ PRODUCTVERSION 5,5,2,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -46,13 +46,13 @@ BEGIN
VALUE "Comments", "free crypto library, more information available at www.cryptopp.com"
VALUE "CompanyName", "Wei Dai"
VALUE "FileDescription", "Crypto++® Library DLL"
- VALUE "FileVersion", "5, 5, 0, 0"
+ VALUE "FileVersion", "5, 5, 2, 0"
VALUE "InternalName", "cryptopp"
VALUE "LegalCopyright", "Copyright © 1995-2007 by Wei Dai"
VALUE "LegalTrademarks", "Crypto++®"
VALUE "OriginalFilename", "cryptopp.dll"
VALUE "ProductName", "Crypto++® Library"
- VALUE "ProductVersion", "5, 5, 0, 0"
+ VALUE "ProductVersion", "5, 5, 2, 0"
END
END
BLOCK "VarFileInfo"