From 82009ecf41b076790b3ee2af9a328520aa771992 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 1 Dec 2016 18:10:56 -0500 Subject: [PATCH] Increment version to 5.7 due to ABI break *Issue 337) We still need to supply a patch for those maintaining 5.6.x --- CMakeLists.txt | 4 ++-- Doxyfile | 2 +- config.compat | 2 +- config.h | 2 +- cryptlib.h | 2 +- cryptopp.rc | 4 ++-- eccrypto.h | 2 +- gfpcrypt.h | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cbf94807..270e76da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,8 +20,8 @@ if (NOT CMAKE_CONFIGURATION_TYPES AND endif() set(cryptopp_VERSION_MAJOR 5) -set(cryptopp_VERSION_MINOR 6) -set(cryptopp_VERSION_PATCH 6) +set(cryptopp_VERSION_MINOR 7) +set(cryptopp_VERSION_PATCH 0) include(GNUInstallDirs) include(TestBigEndian) diff --git a/Doxyfile b/Doxyfile index 123a92c3..2da79690 100644 --- a/Doxyfile +++ b/Doxyfile @@ -41,7 +41,7 @@ PROJECT_NAME = Crypto++ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 5.6.6 +PROJECT_NUMBER = 5.7.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/config.compat b/config.compat index bc39b199..11bd174c 100644 --- a/config.compat +++ b/config.compat @@ -63,7 +63,7 @@ // ***************** Less Important Settings *************** // Library version -#define CRYPTOPP_VERSION 566 +#define CRYPTOPP_VERSION 570 // Define this if you want to set a prefix for TestData/ and TestVectors/ // Be mindful of the trailing slash since its simple concatenation. diff --git a/config.h b/config.h index 99227f58..dcdf1ac1 100644 --- a/config.h +++ b/config.h @@ -63,7 +63,7 @@ // ***************** Less Important Settings *************** // Library version -#define CRYPTOPP_VERSION 566 +#define CRYPTOPP_VERSION 570 // Define this if you want to set a prefix for TestData/ and TestVectors/ // Be mindful of the trailing slash since its simple concatenation. diff --git a/cryptlib.h b/cryptlib.h index e60efb36..91f2c216 100644 --- a/cryptlib.h +++ b/cryptlib.h @@ -3,7 +3,7 @@ //! \file cryptlib.h //! \brief Abstract base classes that provide a uniform interface to this library. -/*! \mainpage Crypto++ Library 5.6.6 API Reference +/*! \mainpage Crypto++ Library 5.7 API Reference
Abstract Base Classes
cryptlib.h diff --git a/cryptopp.rc b/cryptopp.rc index ab3bf225..4c902bed 100644 --- a/cryptopp.rc +++ b/cryptopp.rc @@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 5,6,6,0 - PRODUCTVERSION 5,6,6,0 + FILEVERSION 5,7,0,0 + PRODUCTVERSION 5,7,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/eccrypto.h b/eccrypto.h index 9be28dde..49031483 100644 --- a/eccrypto.h +++ b/eccrypto.h @@ -389,7 +389,7 @@ struct ECNR : public DL_SS, DL_Algorithm_ECNR, DL_SignatureMe //! \sa DLIES, Elliptic Curve Integrated Encryption Scheme (ECIES), //! Martínez, Encinas, and Ávila's A Survey of the Elliptic //! Curve Integrated Encryption Schemes -//! \since Crypto++ 4.0, Crypto++ 5.6.6 for Bouncy Castle and Botan compatibility +//! \since Crypto++ 4.0, Crypto++ 5.7 for Bouncy Castle and Botan compatibility template struct ECIES : public DL_ES< diff --git a/gfpcrypt.h b/gfpcrypt.h index bd87146b..1b343d3f 100644 --- a/gfpcrypt.h +++ b/gfpcrypt.h @@ -699,7 +699,7 @@ public: //! \sa ECIES, Discrete Log Integrated Encryption Scheme (DLIES), //! Martínez, Encinas, and Ávila's A Survey of the Elliptic //! Curve Integrated Encryption Schemes -//! \since Crypto++ 4.0, Crypto++ 5.6.6 for Bouncy Castle and Botan compatibility +//! \since Crypto++ 4.0, Crypto++ 5.7 for Bouncy Castle and Botan compatibility template struct DLIES : public DL_ES<