summaryrefslogtreecommitdiff
path: root/config_ver.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-03-07 22:08:45 -0500
committerJeffrey Walton <noloader@gmail.com>2021-03-07 22:08:45 -0500
commitf2102243e6fdd48c0b2a393a0993cca228f20573 (patch)
tree817e8d42034a5f8495698bf69b8a58126b91406a /config_ver.h
parent3f5396cf9e3b1ba860fc06f856c5910fcb541c98 (diff)
downloadcryptopp-git-f2102243e6fdd48c0b2a393a0993cca228f20573.tar.gz
Prepare for Crypto++ 8.5 releaseCRYPTOPP_8_5_0
Diffstat (limited to 'config_ver.h')
-rw-r--r--config_ver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config_ver.h b/config_ver.h
index e43edc2e..e9a63246 100644
--- a/config_ver.h
+++ b/config_ver.h
@@ -35,7 +35,7 @@
/// as a shared object if versions are inadvertently mixed and matched.
/// \sa CRYPTOPP_VERSION, LibraryVersion(), HeaderVersion()
/// \since Crypto++ 8.2
-#define CRYPTOPP_MINOR 4
+#define CRYPTOPP_MINOR 5
/// \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
@@ -50,7 +50,7 @@
/// 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 840
+#define CRYPTOPP_VERSION 850
// Compiler version macros