Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
CMake
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3,195
Issues
3,195
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CMake
CMake
Commits
8a8d22cf
Commit
8a8d22cf
authored
Feb 02, 2016
by
Brad King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMake 3.5.0-rc1 version update
parent
021a74a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Source/CMakeVersion.cmake
Source/CMakeVersion.cmake
+3
-3
Utilities/Release/upload_release.cmake
Utilities/Release/upload_release.cmake
+1
-1
No files found.
Source/CMakeVersion.cmake
View file @
8a8d22cf
# CMake version number components.
set
(
CMake_VERSION_MAJOR 3
)
set
(
CMake_VERSION_MINOR
4
)
set
(
CMake_VERSION_PATCH
20160202
)
#
set(CMake_VERSION_RC 1)
set
(
CMake_VERSION_MINOR
5
)
set
(
CMake_VERSION_PATCH
0
)
set
(
CMake_VERSION_RC 1
)
Utilities/Release/upload_release.cmake
View file @
8a8d22cf
set
(
CTEST_RUN_CURRENT_SCRIPT 0
)
if
(
NOT VERSION
)
set
(
VERSION 3.
4
)
set
(
VERSION 3.
5
)
endif
()
if
(
NOT DEFINED PROJECT_PREFIX
)
set
(
PROJECT_PREFIX cmake-
${
VERSION
}
)
...
...
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