summaryrefslogtreecommitdiff
path: root/cryptopp.rc
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-02-23 14:03:49 -0500
committerJeffrey Walton <noloader@gmail.com>2019-02-23 14:03:49 -0500
commit6138b8a12728b6e7c4363bade308bf05226d0005 (patch)
treeed9d08d867ad8ec731c3a6c67288b70da8afd5db /cryptopp.rc
parent20e9e0cb10f303b8a1262783fa53ec44f4f1a085 (diff)
downloadcryptopp-git-6138b8a12728b6e7c4363bade308bf05226d0005.tar.gz
Post-release version increment
Also see https://www.cryptopp.com/wiki/Release_Process#Increment_version_numbers
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 07bfea74..6961418f 100644
--- a/cryptopp.rc
+++ b/cryptopp.rc
@@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 8,1,0,0
- PRODUCTVERSION 8,1,0,0
+ FILEVERSION 8,2,0,0
+ PRODUCTVERSION 8,2,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, 1, 0, 0"
+ VALUE "FileVersion", "8, 2, 0, 0"
VALUE "InternalName", "cryptopp"
- VALUE "LegalCopyright", "Copyright© 1995-2018 by Wei Dai"
+ VALUE "LegalCopyright", "Copyright© 1995-2019 by Wei Dai"
VALUE "LegalTrademarks", "Crypto++®"
VALUE "OriginalFilename", "cryptopp.dll"
VALUE "ProductName", "Crypto++® Library"
- VALUE "ProductVersion", "8, 1, 0, 0"
+ VALUE "ProductVersion", "8, 2, 0, 0"
END
END
BLOCK "VarFileInfo"