Update the cmake version to the current version

This commit is contained in:
Erik Hovland 2015-09-10 07:32:28 +02:00 committed by Daniel Marjamäki
parent b7ee08ea65
commit 87e0f35a37
1 changed files with 1 additions and 1 deletions

View File

@ -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)