Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
0c09a6ab
Commit
0c09a6ab
authored
Oct 03, 2016
by
Brad King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Begin post-3.7 development
parent
7e6b88fc
Pipeline
#28894
failed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
Help/release/dev/0-sample-topic.rst
Help/release/dev/0-sample-topic.rst
+7
-0
Help/release/index.rst
Help/release/index.rst
+2
-0
Source/CMakeVersion.cmake
Source/CMakeVersion.cmake
+2
-2
No files found.
Help/release/dev/0-sample-topic.rst
0 → 100644
View file @
0c09a6ab
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.
Help/release/index.rst
View file @
0c09a6ab
...
...
@@ -5,6 +5,8 @@ CMake Release Notes
This file should include the adjacent "dev.txt" file
in development versions but not in release versions.
.. include:: dev.txt
Releases
========
...
...
Source/CMakeVersion.cmake
View file @
0c09a6ab
# CMake version number components.
set
(
CMake_VERSION_MAJOR 3
)
set
(
CMake_VERSION_MINOR 7
)
set
(
CMake_VERSION_PATCH
0
)
set
(
CMake_VERSION_RC 1
)
set
(
CMake_VERSION_PATCH
20161003
)
#
set(CMake_VERSION_RC 1)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment