Merge topic 'release-upload-version'

c8616203 Utilities/Release: Update default binary distribution dir to v3.1
This commit is contained in:
Brad King 2014-10-22 13:37:44 -04:00 committed by CMake Topic Stage
commit 5133694216
1 changed files with 1 additions and 1 deletions

View File

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