summaryrefslogtreecommitdiff
path: root/cryptopp.rc
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-04-29 00:12:18 -0400
committerJeffrey Walton <noloader@gmail.com>2019-04-29 00:12:18 -0400
commit38a4bb55cf69f720fa52c9b28bbc43f86f1c5454 (patch)
treefd5e88d0a4296c8e9437d5c32be1ed92aa2602be /cryptopp.rc
parent9dcc26c58213abb8351fbb1b2a7a1d2c667366e4 (diff)
downloadcryptopp-git-38a4bb55cf69f720fa52c9b28bbc43f86f1c5454.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 6961418f..fce80526 100644
--- a/cryptopp.rc
+++ b/cryptopp.rc
@@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 8,2,0,0
- PRODUCTVERSION 8,2,0,0
+ FILEVERSION 8,3,0,0
+ PRODUCTVERSION 8,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", "8, 2, 0, 0"
+ VALUE "FileVersion", "8, 3, 0, 0"
VALUE "InternalName", "cryptopp"
VALUE "LegalCopyright", "Copyright© 1995-2019 by Wei Dai"
VALUE "LegalTrademarks", "Crypto++®"
VALUE "OriginalFilename", "cryptopp.dll"
VALUE "ProductName", "Crypto++® Library"
- VALUE "ProductVersion", "8, 2, 0, 0"
+ VALUE "ProductVersion", "8, 3, 0, 0"
END
END
BLOCK "VarFileInfo"