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
94652e87
Commit
94652e87
authored
Oct 03, 2018
by
Brad King
💬
Browse files
CMake 3.13.0-rc1 version update
parent
f7722fc9
Changes
2
Show whitespace changes
Inline
Side-by-side
Source/CMakeVersion.cmake
View file @
94652e87
# CMake version number components.
# CMake version number components.
set
(
CMake_VERSION_MAJOR 3
)
set
(
CMake_VERSION_MAJOR 3
)
set
(
CMake_VERSION_MINOR 1
2
)
set
(
CMake_VERSION_MINOR 1
3
)
set
(
CMake_VERSION_PATCH
20181003
)
set
(
CMake_VERSION_PATCH
0
)
#
set(CMake_VERSION_RC 1)
set
(
CMake_VERSION_RC 1
)
Utilities/Release/upload_release.cmake
View file @
94652e87
set
(
CTEST_RUN_CURRENT_SCRIPT 0
)
set
(
CTEST_RUN_CURRENT_SCRIPT 0
)
if
(
NOT VERSION
)
if
(
NOT VERSION
)
set
(
VERSION 3.1
2
)
set
(
VERSION 3.1
3
)
endif
()
endif
()
if
(
NOT DEFINED PROJECT_PREFIX
)
if
(
NOT DEFINED PROJECT_PREFIX
)
set
(
PROJECT_PREFIX cmake-
${
VERSION
}
)
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