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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
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
Chris Mahoney
CMake
Commits
97073b19
Commit
97073b19
authored
2 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
CMake 3.21.7
parent
245edf39
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Help/release/3.21.rst
+2
-2
2 additions, 2 deletions
Help/release/3.21.rst
Source/CMakeVersion.cmake
+1
-1
1 addition, 1 deletion
Source/CMakeVersion.cmake
with
3 additions
and
3 deletions
Help/release/3.21.rst
+
2
−
2
View file @
97073b19
...
...
@@ -335,8 +335,8 @@ Changes made since CMake 3.21.0 include the following.
"Visual Studio 2022" release candidates. Previously it was based on
preview versions.
3.21.5, 3.21.6
--------------
3.21.5, 3.21.6
, 3.21.7
--------------
--------
These versions made no changes to documented features or interfaces.
Some implementation updates were made to support ecosystem changes
...
...
This diff is collapsed.
Click to expand it.
Source/CMakeVersion.cmake
+
1
−
1
View file @
97073b19
# CMake version number components.
set
(
CMake_VERSION_MAJOR 3
)
set
(
CMake_VERSION_MINOR 21
)
set
(
CMake_VERSION_PATCH
6
)
set
(
CMake_VERSION_PATCH
7
)
#set(CMake_VERSION_RC 0)
set
(
CMake_VERSION_IS_DIRTY 0
)
...
...
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