Skip to content
Snippets Groups Projects
Commit 7f9783c2 authored by Brad King's avatar Brad King
Browse files

Merge branch 'release-3.10'

parents a91eb5e4 05373ee1
No related merge requests found
0-sample-topic
--------------
* This is a sample release note for the change in a topic.
Developers should add similar notes for each topic branch
making a noteworthy change. Each document should be named
and titled to match the topic name to avoid merge conflicts.
......@@ -7,8 +7,6 @@ CMake Release Notes
This file should include the adjacent "dev.txt" file
in development versions but not in release versions.
.. include:: dev.txt
Releases
========
......
# CMake version number components.
set(CMake_VERSION_MAJOR 3)
set(CMake_VERSION_MINOR 9)
set(CMake_VERSION_PATCH 20171005)
#set(CMake_VERSION_RC 1)
set(CMake_VERSION_MINOR 10)
set(CMake_VERSION_PATCH 0)
set(CMake_VERSION_RC 1)
set(CTEST_RUN_CURRENT_SCRIPT 0)
if(NOT VERSION)
set(VERSION 3.9)
set(VERSION 3.10)
endif()
if(NOT DEFINED PROJECT_PREFIX)
set(PROJECT_PREFIX cmake-${VERSION})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment