summaryrefslogtreecommitdiff
path: root/cryptopp.rc
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2006-07-30 15:58:29 +0000
committerweidai <weidai11@users.noreply.github.com>2006-07-30 15:58:29 +0000
commita0c89ccaaecac4a6401864dab3622ad63bcdddec (patch)
tree4a7ecbfd275a4ac919ac95481dd9b48cccc0ee9e /cryptopp.rc
parent43dab0529840e79fcb856a68ed321b7949cf33d1 (diff)
downloadcryptopp-git-a0c89ccaaecac4a6401864dab3622ad63bcdddec.tar.gz
update version
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 4570f669..fcd12028 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"