Skip to content

Commit

Permalink
Prepare for Crypto++ 8.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Jun 25, 2023
1 parent 2656d80 commit 4d0cad5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config_ver.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
/// as a shared object if versions are inadvertently mixed and matched.
/// \sa CRYPTOPP_VERSION, LibraryVersion(), HeaderVersion()
/// \since Crypto++ 8.2
#define CRYPTOPP_MINOR 7
#define CRYPTOPP_MINOR 8
/// \brief Library revision number
/// \details CRYPTOPP_REVISION reflects the revision number of the library the
/// headers came from. It is not necessarily the revision of the library built
/// as a shared object if versions are inadvertently mixed and matched.
/// \sa CRYPTOPP_VERSION, LibraryVersion(), HeaderVersion()
/// \since Crypto++ 8.2
#define CRYPTOPP_REVISION 1
#define CRYPTOPP_REVISION 0

/// \brief Full library version
/// \details CRYPTOPP_VERSION reflects the version of the library the headers
/// came from. It is not necessarily the version of the library built as a
/// shared object if versions are inadvertently mixed and matched.
/// \sa CRYPTOPP_MAJOR, CRYPTOPP_MINOR, CRYPTOPP_REVISION, LibraryVersion(), HeaderVersion()
/// \since Crypto++ 5.6
#define CRYPTOPP_VERSION 871
#define CRYPTOPP_VERSION 880

// Compiler version macros

Expand Down

1 comment on commit 4d0cad5

@noloader
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Crypto++ 8.7.1 was not released due to a change in some macros. Crypto++ 8.8 was released instead.

Please sign in to comment.