summaryrefslogtreecommitdiff
path: root/cryptopp.rc
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-10-11 14:37:03 -0400
committerJeffrey Walton <noloader@gmail.com>2016-10-11 14:37:03 -0400
commit4d562aaac77269add8a84b7c643c9c2022e425fd (patch)
tree58c035b4efc86d0a89b7f84c0d8a7d8565b1be50 /cryptopp.rc
parentc621ce053298fafc1e59191079c33acd76045c26 (diff)
downloadcryptopp-git-4d562aaac77269add8a84b7c643c9c2022e425fd.tar.gz
Post-release version increment
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 bbf16356..ab3bf225 100644
--- a/cryptopp.rc
+++ b/cryptopp.rc
@@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 5,6,5,0
- PRODUCTVERSION 5,6,5,0
+ FILEVERSION 5,6,6,0
+ PRODUCTVERSION 5,6,6,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, 5, 0"
+ VALUE "FileVersion", "5, 6, 6, 0"
VALUE "InternalName", "cryptopp"
VALUE "LegalCopyright", "Copyright© 1995-2016 by Wei Dai"
VALUE "LegalTrademarks", "Crypto++®"
VALUE "OriginalFilename", "cryptopp.dll"
VALUE "ProductName", "Crypto++® Library"
- VALUE "ProductVersion", "5, 6, 5, 0"
+ VALUE "ProductVersion", "5, 6, 6, 0"
END
END
BLOCK "VarFileInfo"