From 87e0f35a37cbd7769741cfc4be9a307a5a990c9c Mon Sep 17 00:00:00 2001 From: Erik Hovland Date: Thu, 10 Sep 2015 07:32:28 +0200 Subject: [PATCH] Update the cmake version to the current version --- cmake/versions.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/versions.cmake b/cmake/versions.cmake index 7c52a3d15..d111752bf 100644 --- a/cmake/versions.cmake +++ b/cmake/versions.cmake @@ -1,5 +1,5 @@ # Version for libraries CPP -SET(VERSION "1.6.8") +SET(VERSION "1.70.99") STRING(REGEX MATCHALL "[0-9]" VERSION_PARTS "${VERSION}") LIST(GET VERSION_PARTS 0 VERSION_MAJOR) LIST(GET VERSION_PARTS 1 VERSION_MINOR)