summaryrefslogtreecommitdiff
path: root/cryptopp.rc
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2010-06-29 02:48:56 +0000
committerweidai <weidai11@users.noreply.github.com>2010-06-29 02:48:56 +0000
commit954fed3d5d6edb2639d5e093b0529b589ac31120 (patch)
treec8f372c362af4cb6fbc034e31ade99b7ee8275c2 /cryptopp.rc
parentd1c31d0a04f55e59475012df42990d52604b936a (diff)
downloadcryptopp-git-954fed3d5d6edb2639d5e093b0529b589ac31120.tar.gz
update version number to 5.6.1
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 84d33396..7c37dc62 100644
--- a/cryptopp.rc
+++ b/cryptopp.rc
@@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 5,6,0,0
- PRODUCTVERSION 5,6,0,0
+ FILEVERSION 5,6,1,0
+ PRODUCTVERSION 5,6,1,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, 6, 0, 0"
+ VALUE "FileVersion", "5, 6, 1, 0"
VALUE "InternalName", "cryptopp"
- VALUE "LegalCopyright", "Copyright © 1995-2009 by Wei Dai"
+ VALUE "LegalCopyright", "Copyright © 1995-2010 by Wei Dai"
VALUE "LegalTrademarks", "Crypto++®"
VALUE "OriginalFilename", "cryptopp.dll"
VALUE "ProductName", "Crypto++® Library"
- VALUE "ProductVersion", "5, 6, 0, 0"
+ VALUE "ProductVersion", "5, 6, 1, 0"
END
END
BLOCK "VarFileInfo"