summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-06-05 14:32:40 (GMT)
committerBrad King <brad.king@kitware.com>2017-06-05 14:32:40 (GMT)
commit344f9ed96a4cc457810ca84cf6549f7a4218fd8a (patch)
tree9c2b28e0ae4e09fd249d7b90173dc29dd939794f /Utilities
parent9450d1309995c0222c0c653bb32ca760f14ca2ce (diff)
downloadCMake-344f9ed96a4cc457810ca84cf6549f7a4218fd8a.zip
CMake-344f9ed96a4cc457810ca84cf6549f7a4218fd8a.tar.gz
CMake-344f9ed96a4cc457810ca84cf6549f7a4218fd8a.tar.bz2
CMake 3.9.0-rc1 version updatev3.9.0-rc1
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/Release/upload_release.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Release/upload_release.cmake b/Utilities/Release/upload_release.cmake
index c49cb4f..5b2cc57 100644
--- a/Utilities/Release/upload_release.cmake
+++ b/Utilities/Release/upload_release.cmake
@@ -1,6 +1,6 @@
set(CTEST_RUN_CURRENT_SCRIPT 0)
if(NOT VERSION)
- set(VERSION 3.8)
+ set(VERSION 3.9)
endif()
if(NOT DEFINED PROJECT_PREFIX)
set(PROJECT_PREFIX cmake-${VERSION})