summaryrefslogtreecommitdiff
path: root/cryptopp.rc
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-03-08 00:11:55 -0500
committerJeffrey Walton <noloader@gmail.com>2021-03-08 00:11:55 -0500
commit6ba0dca414cc1ad28dd5a61bde8279e5fc868685 (patch)
tree2feb7d535f92a23e520e3258d54a28af54f13643 /cryptopp.rc
parentf2102243e6fdd48c0b2a393a0993cca228f20573 (diff)
downloadcryptopp-git-6ba0dca414cc1ad28dd5a61bde8279e5fc868685.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 d85af92f..c878ddb9 100644
--- a/cryptopp.rc
+++ b/cryptopp.rc
@@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 8,5,0,0
- PRODUCTVERSION 8,5,0,0
+ FILEVERSION 8,6,0,0
+ PRODUCTVERSION 8,6,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", "Crypto++® project"
VALUE "FileDescription", "Crypto++® Library DLL"
- VALUE "FileVersion", "8, 5, 0, 0"
+ VALUE "FileVersion", "8, 6, 0, 0"
VALUE "InternalName", "cryptopp"
VALUE "LegalCopyright", "Copyright© 1995-2021 by Wei Dai"
VALUE "LegalTrademarks", "Crypto++®"
VALUE "OriginalFilename", "cryptopp.dll"
VALUE "ProductName", "Crypto++® Library"
- VALUE "ProductVersion", "8, 5, 0, 0"
+ VALUE "ProductVersion", "8, 6, 0, 0"
END
END
BLOCK "VarFileInfo"