From 6282aab71c9f925b533065e4dbfce632b83ee4ac Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 19 Jan 2013 02:20:00 +0000 Subject: add SHA-3 update DSA to FIPS 186-3 update version numbers git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@535 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- cryptopp.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cryptopp.rc') diff --git a/cryptopp.rc b/cryptopp.rc index 7c37dc6..9d60188 100644 --- a/cryptopp.rc +++ b/cryptopp.rc @@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 5,6,1,0 - PRODUCTVERSION 5,6,1,0 + FILEVERSION 5,6,2,0 + PRODUCTVERSION 5,6,2,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, 1, 0" + VALUE "FileVersion", "5, 6, 2, 0" VALUE "InternalName", "cryptopp" - VALUE "LegalCopyright", "Copyright © 1995-2010 by Wei Dai" + VALUE "LegalCopyright", "Copyright © 1995-2013 by Wei Dai" VALUE "LegalTrademarks", "Crypto++®" VALUE "OriginalFilename", "cryptopp.dll" VALUE "ProductName", "Crypto++® Library" - VALUE "ProductVersion", "5, 6, 1, 0" + VALUE "ProductVersion", "5, 6, 2, 0" END END BLOCK "VarFileInfo" -- cgit v1.2.1