Browse Source

Merge topic 'release-upload-version'

c8616203 Utilities/Release: Update default binary distribution dir to v3.1
Brad King 11 years ago
parent
commit
5133694216
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Utilities/Release/upload_release.cmake

+ 1 - 1
Utilities/Release/upload_release.cmake

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