summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-10 02:51:54 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-10 02:51:54 -0400
commit3074541e92a1c3e482b28202cc7781c6a72e8da9 (patch)
tree8c8cef5e7cb147fc1e340f50cf4567e4118184da /config.h
parent69159e1cbf9bdcfed7e51d58f39459c7c9ce136b (diff)
downloadcryptopp-git-3074541e92a1c3e482b28202cc7781c6a72e8da9.tar.gz
Bump Crypto++ version number from 5.6.3 to 5.6.4
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 0dd9a327..3ad015c6 100644
--- a/config.h
+++ b/config.h
@@ -63,7 +63,7 @@
// ***************** Less Important Settings ***************
// Library version
-#define CRYPTOPP_VERSION 563
+#define CRYPTOPP_VERSION 564
// Define this if you want to set a prefix for TestData/ and TestVectors/
// Be mindful of the trailing slash since its simple concatenation.