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
Snippets
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
alcroito
CMake
Commits
8a8d22cf
Commit
8a8d22cf
authored
8 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
CMake 3.5.0-rc1 version update
parent
021a74a6
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Source/CMakeVersion.cmake
+3
-3
3 additions, 3 deletions
Source/CMakeVersion.cmake
Utilities/Release/upload_release.cmake
+1
-1
1 addition, 1 deletion
Utilities/Release/upload_release.cmake
with
4 additions
and
4 deletions
Source/CMakeVersion.cmake
+
3
−
3
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
)
This diff is collapsed.
Click to expand it.
Utilities/Release/upload_release.cmake
+
1
−
1
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
}
)
...
...
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