From b779fbc9434e1fd05fcb9c7d3b13dd751cec5a6c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 11 Sep 2016 04:00:11 -0400 Subject: [PATCH] Change Crypto++ version number to 5.6.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba47ada3..21277e5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ project(cryptopp) set(cryptopp_VERSION_MAJOR 5) set(cryptopp_VERSION_MINOR 6) -set(cryptopp_VERSION_PATCH 3) +set(cryptopp_VERSION_PATCH 4) include(GNUInstallDirs) include(TestBigEndian)