Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CMake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
André Pedro
CMake
Commits
d6754d37
Commit
d6754d37
authored
8 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
Begin post-3.6 development
parent
b2ef225a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Help/release/dev/0-sample-topic.rst
+7
-0
7 additions, 0 deletions
Help/release/dev/0-sample-topic.rst
Help/release/index.rst
+2
-0
2 additions, 0 deletions
Help/release/index.rst
Source/CMakeVersion.cmake
+2
-2
2 additions, 2 deletions
Source/CMakeVersion.cmake
with
11 additions
and
2 deletions
Help/release/dev/0-sample-topic.rst
0 → 100644
+
7
−
0
View file @
d6754d37
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.
This diff is collapsed.
Click to expand it.
Help/release/index.rst
+
2
−
0
View file @
d6754d37
...
...
@@ -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
========
...
...
This diff is collapsed.
Click to expand it.
Source/CMakeVersion.cmake
+
2
−
2
View file @
d6754d37
# CMake version number components.
set
(
CMake_VERSION_MAJOR 3
)
set
(
CMake_VERSION_MINOR 6
)
set
(
CMake_VERSION_PATCH
0
)
set
(
CMake_VERSION_RC 1
)
set
(
CMake_VERSION_PATCH
20160601
)
#
set(CMake_VERSION_RC 1)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment