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

This commit is contained in:
Brad King 2014-02-25 11:48:00 -05:00
parent 8619a45336
commit 4c0f8dfb0a
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")