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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Philippe Canal
CMake
Commits
2d335de4
Commit
2d335de4
authored
3 years ago
by
Brad King
Browse files
Options
Downloads
Plain Diff
Merge branch 'release-3.21'
parents
8850f6e2
22fb0713
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+7
-7
7 additions, 7 deletions
.gitlab-ci.yml
Help/release/dev/0-sample-topic.rst
+0
-7
0 additions, 7 deletions
Help/release/dev/0-sample-topic.rst
Help/release/index.rst
+0
-2
0 additions, 2 deletions
Help/release/index.rst
Source/CMakeVersion.cmake
+3
-3
3 additions, 3 deletions
Source/CMakeVersion.cmake
with
10 additions
and
19 deletions
.gitlab-ci.yml
+
7
−
7
View file @
2d335de4
...
...
@@ -52,7 +52,7 @@ prep:doc-package:
-
.cmake_doc_artifacts
-
.run_only_for_package
upload:source-package
:
.
upload:source-package
:
extends
:
-
.rsync_upload_binary
-
.run_only_for_package
...
...
@@ -70,7 +70,7 @@ build:help:master:
-
.cmake_org_help
-
.run_only_for_continuous_master
upload:help:master
:
.
upload:help:master
:
extends
:
-
.rsync_upload_help
-
.run_only_for_continuous_master
...
...
@@ -86,7 +86,7 @@ build:help:stage:
-
.cmake_org_help
-
.run_only_for_continuous_stage
upload:help:stage
:
.
upload:help:stage
:
extends
:
-
.rsync_upload_help
-
.run_only_for_continuous_stage
...
...
@@ -495,7 +495,7 @@ build:linux-x86_64-package:
needs
:
-
prep:doc-package
upload:linux-x86_64-package
:
.
upload:linux-x86_64-package
:
extends
:
-
.rsync_upload_binary
-
.run_only_for_package
...
...
@@ -519,7 +519,7 @@ build:linux-aarch64-package:
needs
:
-
prep:doc-package
upload:linux-aarch64-package
:
.
upload:linux-aarch64-package
:
extends
:
-
.rsync_upload_binary
-
.run_only_for_package
...
...
@@ -656,7 +656,7 @@ build:macos-package:
needs
:
-
prep:doc-package
upload:macos-package
:
.
upload:macos-package
:
extends
:
-
.rsync_upload_binary
-
.run_only_for_package
...
...
@@ -679,7 +679,7 @@ build:macos10.10-package:
needs
:
-
prep:doc-package
upload:macos10.10-package
:
.
upload:macos10.10-package
:
extends
:
-
.rsync_upload_binary
-
.run_only_for_package
...
...
This diff is collapsed.
Click to expand it.
Help/release/dev/0-sample-topic.rst
deleted
100644 → 0
+
0
−
7
View file @
8850f6e2
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.
This diff is collapsed.
Click to expand it.
Help/release/index.rst
+
0
−
2
View file @
2d335de4
...
...
@@ -7,8 +7,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
========
...
...
This diff is collapsed.
Click to expand it.
Source/CMakeVersion.cmake
+
3
−
3
View file @
2d335de4
# CMake version number components.
set
(
CMake_VERSION_MAJOR 3
)
set
(
CMake_VERSION_MINOR 2
0
)
set
(
CMake_VERSION_PATCH
20210617
)
#
set(CMake_VERSION_RC 0)
set
(
CMake_VERSION_MINOR 2
1
)
set
(
CMake_VERSION_PATCH
0
)
set
(
CMake_VERSION_RC 0
)
set
(
CMake_VERSION_IS_DIRTY 0
)
# Start with the full version number used in tags. It has no dev info.
...
...
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