summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-06-29 02:48:56 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-06-29 02:48:56 +0000
commit32a4a9f72510c22a1c4ef7b73b0496ea031a090b (patch)
treec8f372c362af4cb6fbc034e31ade99b7ee8275c2
parentb6959b978f2240f19b71f12d22184f9f47610602 (diff)
downloadcryptopp-32a4a9f72510c22a1c4ef7b73b0496ea031a090b.tar.gz
update version number to 5.6.1
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@498 57ff6487-cd31-0410-9ec3-f628ee90f5f0
-rw-r--r--License.txt2
-rw-r--r--config.h2
-rw-r--r--cryptlib.h2
-rw-r--r--cryptopp.rc10
4 files changed, 8 insertions, 8 deletions
diff --git a/License.txt b/License.txt
index b2db783..043e4b6 100644
--- a/License.txt
+++ b/License.txt
@@ -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
as a compilation, and does not imply a copyright on any particular
file in the package.
diff --git a/config.h b/config.h
index 300c1d5..f53cbce 100644
--- a/config.h
+++ b/config.h
@@ -341,7 +341,7 @@ NAMESPACE_END
#define CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS
#endif
-#define CRYPTOPP_VERSION 560
+#define CRYPTOPP_VERSION 561
// ***************** determine availability of OS features ********************
diff --git a/cryptlib.h b/cryptlib.h
index b5faa58..fbd7631 100644
--- a/cryptlib.h
+++ b/cryptlib.h
@@ -4,7 +4,7 @@
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>
<dt>Abstract Base Classes<dd>
cryptlib.h
diff --git a/cryptopp.rc b/cryptopp.rc
index 84d3339..7c37dc6 100644
--- a/cryptopp.rc
+++ b/cryptopp.rc
@@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 5,6,0,0
- PRODUCTVERSION 5,6,0,0
+ FILEVERSION 5,6,1,0
+ PRODUCTVERSION 5,6,1,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, 0, 0"
+ VALUE "FileVersion", "5, 6, 1, 0"
VALUE "InternalName", "cryptopp"
- VALUE "LegalCopyright", "Copyright © 1995-2009 by Wei Dai"
+ VALUE "LegalCopyright", "Copyright © 1995-2010 by Wei Dai"
VALUE "LegalTrademarks", "Crypto++®"
VALUE "OriginalFilename", "cryptopp.dll"
VALUE "ProductName", "Crypto++® Library"
- VALUE "ProductVersion", "5, 6, 0, 0"
+ VALUE "ProductVersion", "5, 6, 1, 0"
END
END
BLOCK "VarFileInfo"