summaryrefslogtreecommitdiff
path: root/cryptopp.rc
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-07-30 15:58:29 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-07-30 15:58:29 +0000
commit6517f9f14413828a88d939c789bb0335b44a9848 (patch)
tree4a7ecbfd275a4ac919ac95481dd9b48cccc0ee9e /cryptopp.rc
parent1974ed5bbedc4c8c0d37709dd56b26875f9b2c97 (diff)
downloadcryptopp-6517f9f14413828a88d939c789bb0335b44a9848.tar.gz
update version
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@232 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'cryptopp.rc')
-rw-r--r--cryptopp.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/cryptopp.rc b/cryptopp.rc
index 4570f66..fcd1202 100644
--- a/cryptopp.rc
+++ b/cryptopp.rc
@@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 5,2,3,0
- PRODUCTVERSION 5,2,3,0
+ FILEVERSION 5,3,0,0
+ PRODUCTVERSION 5,3,0,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, 2, 3, 0"
+ VALUE "FileVersion", "5, 3, 0, 0"
VALUE "InternalName", "cryptopp"
- VALUE "LegalCopyright", "Copyright © 1995-2004 by Wei Dai"
+ VALUE "LegalCopyright", "Copyright © 1995-2006 by Wei Dai"
VALUE "LegalTrademarks", "Crypto++®"
VALUE "OriginalFilename", "cryptopp.dll"
VALUE "ProductName", "Crypto++® Library"
- VALUE "ProductVersion", "5, 2, 3, 0"
+ VALUE "ProductVersion", "5, 3, 0, 0"
END
END
BLOCK "VarFileInfo"