summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-04-29 00:12:18 -0400
committerJeffrey Walton <noloader@gmail.com>2019-04-29 00:12:18 -0400
commit38a4bb55cf69f720fa52c9b28bbc43f86f1c5454 (patch)
treefd5e88d0a4296c8e9437d5c32be1ed92aa2602be /config.h
parent9dcc26c58213abb8351fbb1b2a7a1d2c667366e4 (diff)
downloadcryptopp-git-38a4bb55cf69f720fa52c9b28bbc43f86f1c5454.tar.gz
Post-release version increment
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 283c4090..9f3e1baa 100644
--- a/config.h
+++ b/config.h
@@ -99,9 +99,9 @@
// necessarily the version of the library built as a shared object if
// versions are inadvertently mixed and matched.
#define CRYPTOPP_MAJOR 8
-#define CRYPTOPP_MINOR 2
+#define CRYPTOPP_MINOR 3
#define CRYPTOPP_REVISION 0
-#define CRYPTOPP_VERSION 820
+#define CRYPTOPP_VERSION 830
// Define this if you want to set a prefix for TestData/ and TestVectors/
// Be sure to add the trailing slash since its simple concatenation.