summaryrefslogtreecommitdiff
path: root/cryptopp.rc
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-11 14:35:21 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-11 14:35:21 -0400
commitaa5767cccfc508a122183a84c746047a679b9c08 (patch)
tree6787b4fbad50fc6c814a5dbb7c38a6a65f5f85d9 /cryptopp.rc
parent4132d85888ac6c30729f58bb442a4a26a5b16cfe (diff)
downloadcryptopp-git-aa5767cccfc508a122183a84c746047a679b9c08.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 bf338532..bbf16356 100644
--- a/cryptopp.rc
+++ b/cryptopp.rc
@@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 5,6,4,0
- PRODUCTVERSION 5,6,4,0
+ FILEVERSION 5,6,5,0
+ PRODUCTVERSION 5,6,5,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, 4, 0"
+ VALUE "FileVersion", "5, 6, 5, 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, 4, 0"
+ VALUE "ProductVersion", "5, 6, 5, 0"
END
END
BLOCK "VarFileInfo"