Utilities/Release: Update default binary distribution dir to v3.1

This commit is contained in:
Brad King 2014-10-21 09:17:09 -04:00
parent ef6ce1f87e
commit c861620388
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})