From aa5767cccfc508a122183a84c746047a679b9c08 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 11 Sep 2016 14:35:21 -0400 Subject: Post-release version increment --- cryptopp.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cryptopp.rc') 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" -- cgit v1.2.1