CMake 3.11.0-rc1 version update

This commit is contained in:
Brad King
2018-02-05 11:16:50 -05:00
parent e29df9924a
commit 51b287c40c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
set(CTEST_RUN_CURRENT_SCRIPT 0)
if(NOT VERSION)
set(VERSION 3.10)
set(VERSION 3.11)
endif()
if(NOT DEFINED PROJECT_PREFIX)
set(PROJECT_PREFIX cmake-${VERSION})