summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-28 08:25:44 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-28 08:25:44 -0500
commitb3a473878caee07bd6e704b2bd9492193a43e541 (patch)
tree572c411884b29c6b657a085fcebb1ec823464138 /config.h
parent5e5fb6c855e0f0232065079ab96414ce1a78c411 (diff)
downloadcryptopp-git-b3a473878caee07bd6e704b2bd9492193a43e541.tar.gz
Post-release version increment
Also see https://www.cryptopp.com/wiki/Release_Process#Increment_version_numbers
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 8db32c65..aadf63d0 100644
--- a/config.h
+++ b/config.h
@@ -92,7 +92,7 @@
// 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.
-#define CRYPTOPP_VERSION 800
+#define CRYPTOPP_VERSION 810
// Define this if you want to set a prefix for TestData/ and TestVectors/
// Be sure to add the trailing slash since its simple concatenation.