From 84db27c8f6c27c87e2ce86ac876d73e28cb85bdb Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 11 Sep 2016 20:40:09 -0400 Subject: [PATCH] Post-release version increment for CMake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21277e5e..c6d2e631 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 4) +set(cryptopp_VERSION_PATCH 5) include(GNUInstallDirs) include(TestBigEndian)