Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Takafumi Kubota
CMake
Commits
8713e9cb
Commit
8713e9cb
authored
Oct 03, 2018
by
Brad King
Browse files
Begin post-3.13 development
parent
7337a6d6
Changes
3
Show whitespace changes
Inline
Side-by-side
Help/release/dev/0-sample-topic.rst
0 → 100644
View file @
8713e9cb
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 @
8713e9cb
...
@@ -7,6 +7,8 @@ CMake Release Notes
...
@@ -7,6 +7,8 @@ CMake Release Notes
This file should include the adjacent "dev.txt" file
This file should include the adjacent "dev.txt" file
in development versions but not in release versions.
in development versions but not in release versions.
.. include:: dev.txt
Releases
Releases
========
========
...
...
Source/CMakeVersion.cmake
View file @
8713e9cb
# CMake version number components.
# CMake version number components.
set
(
CMake_VERSION_MAJOR 3
)
set
(
CMake_VERSION_MAJOR 3
)
set
(
CMake_VERSION_MINOR 13
)
set
(
CMake_VERSION_MINOR 13
)
set
(
CMake_VERSION_PATCH
0
)
set
(
CMake_VERSION_PATCH
20181003
)
set
(
CMake_VERSION_RC 1
)
#
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