summaryrefslogtreecommitdiff
path: root/cryptopp.rc
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-10 02:51:54 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-10 02:51:54 -0400
commit3074541e92a1c3e482b28202cc7781c6a72e8da9 (patch)
tree8c8cef5e7cb147fc1e340f50cf4567e4118184da /cryptopp.rc
parent69159e1cbf9bdcfed7e51d58f39459c7c9ce136b (diff)
downloadcryptopp-git-3074541e92a1c3e482b28202cc7781c6a72e8da9.tar.gz
Bump Crypto++ version number from 5.6.3 to 5.6.4
Diffstat (limited to 'cryptopp.rc')
-rw-r--r--cryptopp.rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/cryptopp.rc b/cryptopp.rc
index 3e8235ac..bf338532 100644
--- a/cryptopp.rc
+++ b/cryptopp.rc
@@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 5,6,3,0
- PRODUCTVERSION 5,6,3,0
+ FILEVERSION 5,6,4,0
+ PRODUCTVERSION 5,6,4,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -43,16 +43,16 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "Comments", "free crypto library, more information available at www.cryptopp.com"
+ 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, 3, 0"
+ VALUE "FileVersion", "5, 6, 4, 0"
VALUE "InternalName", "cryptopp"
- VALUE "LegalCopyright", "Copyright © 1995-2015 by Wei Dai"
+ VALUE "LegalCopyright", "Copyright© 1995-2016 by Wei Dai"
VALUE "LegalTrademarks", "Crypto++®"
VALUE "OriginalFilename", "cryptopp.dll"
VALUE "ProductName", "Crypto++® Library"
- VALUE "ProductVersion", "5, 6, 3, 0"
+ VALUE "ProductVersion", "5, 6, 4, 0"
END
END
BLOCK "VarFileInfo"