Skip to content

Commit 4d0cad5

Browse files
committed
Prepare for Crypto++ 8.8 release
1 parent 2656d80 commit 4d0cad5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config_ver.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@
3535
/// as a shared object if versions are inadvertently mixed and matched.
3636
/// \sa CRYPTOPP_VERSION, LibraryVersion(), HeaderVersion()
3737
/// \since Crypto++ 8.2
38-
#define CRYPTOPP_MINOR 7
38+
#define CRYPTOPP_MINOR 8
3939
/// \brief Library revision number
4040
/// \details CRYPTOPP_REVISION reflects the revision number of the library the
4141
/// headers came from. It is not necessarily the revision of the library built
4242
/// as a shared object if versions are inadvertently mixed and matched.
4343
/// \sa CRYPTOPP_VERSION, LibraryVersion(), HeaderVersion()
4444
/// \since Crypto++ 8.2
45-
#define CRYPTOPP_REVISION 1
45+
#define CRYPTOPP_REVISION 0
4646

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

5555
// Compiler version macros
5656

0 commit comments

Comments
 (0)