瀏覽代碼

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

Brad King 11 年之前
父節點
當前提交
4c0f8dfb0a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Utilities/Release/upload_release.cmake

+ 1 - 1
Utilities/Release/upload_release.cmake

@@ -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")