summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-04-08 04:48:59 -0400
committerJeffrey Walton <noloader@gmail.com>2018-04-08 04:48:59 -0400
commitc8d8caf70074655a2562ae1ea45cb30e28fee2b4 (patch)
treeb0044610987200ed4204e88d3cffed6d22fdb44a /config.h
parent9a991ac1ebb12190b2781f23ae127bde66a3181d (diff)
downloadcryptopp-git-c8d8caf70074655a2562ae1ea45cb30e28fee2b4.tar.gz
Prepare for Crypto++ 7.0 releaseCRYPTOPP_7_0_0
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 3c72de84..f06992a2 100644
--- a/config.h
+++ b/config.h
@@ -85,7 +85,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 620
+#define CRYPTOPP_VERSION 700
// Define this if you want to set a prefix for TestData/ and TestVectors/
// Be mindful of the trailing slash since its simple concatenation.