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
CMake
CMake
Commits
4a96a4e3
Commit
4a96a4e3
authored
Jun 02, 2015
by
Brad King
💬
Browse files
Merge branch 'release'
parents
a6916a6c
c2cb80cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Help/release/dev/0-sample-topic.rst
deleted
100644 → 0
View file @
a6916a6c
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 @
4a96a4e3
...
...
@@ -5,8 +5,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
========
...
...
Source/CMakeVersion.cmake
View file @
4a96a4e3
# CMake version number components.
set
(
CMake_VERSION_MAJOR 3
)
set
(
CMake_VERSION_MINOR
2
)
set
(
CMake_VERSION_PATCH
20150602
)
#
set(CMake_VERSION_RC 1)
set
(
CMake_VERSION_MINOR
3
)
set
(
CMake_VERSION_PATCH
0
)
set
(
CMake_VERSION_RC 1
)
Utilities/Release/upload_release.cmake
View file @
4a96a4e3
set
(
CTEST_RUN_CURRENT_SCRIPT 0
)
if
(
NOT VERSION
)
set
(
VERSION 3.
2
)
set
(
VERSION 3.
3
)
endif
()
if
(
NOT DEFINED PROJECT_PREFIX
)
set
(
PROJECT_PREFIX cmake-
${
VERSION
}
)
...
...
Write
Preview
Supports
Markdown
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