update version number to 5.6.1

pull/2/head
weidai 2010-06-29 02:48:56 +00:00
parent d1c31d0a04
commit 954fed3d5d
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
Compilation Copyright (c) 1995-2009 by Wei Dai. All rights reserved. Compilation Copyright (c) 1995-2010 by Wei Dai. All rights reserved.
This copyright applies only to this software distribution package This copyright applies only to this software distribution package
as a compilation, and does not imply a copyright on any particular as a compilation, and does not imply a copyright on any particular
file in the package. file in the package.

View File

@ -341,7 +341,7 @@ NAMESPACE_END
#define CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS #define CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS
#endif #endif
#define CRYPTOPP_VERSION 560 #define CRYPTOPP_VERSION 561
// ***************** determine availability of OS features ******************** // ***************** determine availability of OS features ********************

View File

@ -4,7 +4,7 @@
classes that provide a uniform interface to this library. classes that provide a uniform interface to this library.
*/ */
/*! \mainpage Crypto++ Library 5.6.0 API Reference /*! \mainpage Crypto++ Library 5.6.1 API Reference
<dl> <dl>
<dt>Abstract Base Classes<dd> <dt>Abstract Base Classes<dd>
cryptlib.h cryptlib.h

View File

@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// //
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO
FILEVERSION 5,6,0,0 FILEVERSION 5,6,1,0
PRODUCTVERSION 5,6,0,0 PRODUCTVERSION 5,6,1,0
FILEFLAGSMASK 0x3fL FILEFLAGSMASK 0x3fL
#ifdef _DEBUG #ifdef _DEBUG
FILEFLAGS 0x1L FILEFLAGS 0x1L
@ -46,13 +46,13 @@ BEGIN
VALUE "Comments", "free crypto library, more information available at www.cryptopp.com" VALUE "Comments", "free crypto library, more information available at www.cryptopp.com"
VALUE "CompanyName", "Wei Dai" VALUE "CompanyName", "Wei Dai"
VALUE "FileDescription", "Crypto++® Library DLL" VALUE "FileDescription", "Crypto++® Library DLL"
VALUE "FileVersion", "5, 6, 0, 0" VALUE "FileVersion", "5, 6, 1, 0"
VALUE "InternalName", "cryptopp" VALUE "InternalName", "cryptopp"
VALUE "LegalCopyright", "Copyright © 1995-2009 by Wei Dai" VALUE "LegalCopyright", "Copyright © 1995-2010 by Wei Dai"
VALUE "LegalTrademarks", "Crypto++®" VALUE "LegalTrademarks", "Crypto++®"
VALUE "OriginalFilename", "cryptopp.dll" VALUE "OriginalFilename", "cryptopp.dll"
VALUE "ProductName", "Crypto++® Library" VALUE "ProductName", "Crypto++® Library"
VALUE "ProductVersion", "5, 6, 0, 0" VALUE "ProductVersion", "5, 6, 1, 0"
END END
END END
BLOCK "VarFileInfo" BLOCK "VarFileInfo"