Merge topic 'release-upload-version'

4c0f8dfb Utilities/Release: Update default binary distribution dir to v3.0
This commit is contained in:
Brad King 2014-02-26 09:38:55 -05:00 committed by CMake Topic Stage
commit f3ae507070
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ if(NOT DEFINED PROJECT_PREFIX)
set(PROJECT_PREFIX cmake-)
endif()
if(NOT VERSION)
set(VERSION 2.8)
set(VERSION 3.0)
endif()
set(dir "v${VERSION}")
if("${VERSION}" MATCHES "master")