Skip to content

Commit

Permalink
CMake 3.28.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bradking committed May 7, 2024
1 parent 31de823 commit 9f7ec4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Help/release/3.28.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,9 @@ Changes made since CMake 3.28.0 include the following.

* Apple visionOS support has been updated for the official Xcode 15.2
release of the ``xros`` and ``xrsimulator`` SDKs.

3.28.5
------

* This version made no changes to documented features or interfaces.
Some implementation updates were made to C++ modules support.
2 changes: 1 addition & 1 deletion Source/CMakeVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 3)
set(CMake_VERSION_MINOR 28)
set(CMake_VERSION_PATCH 4)
set(CMake_VERSION_PATCH 5)
#set(CMake_VERSION_RC 0)
set(CMake_VERSION_IS_DIRTY 0)

Expand Down

0 comments on commit 9f7ec4c

Please sign in to comment.