Browse Source

CMake 3.28.5

Brad King 1 year ago
parent
commit
9f7ec4c297
2 changed files with 7 additions and 1 deletions
  1. 6 0
      Help/release/3.28.rst
  2. 1 1
      Source/CMakeVersion.cmake

+ 6 - 0
Help/release/3.28.rst

@@ -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.

+ 1 - 1
Source/CMakeVersion.cmake

@@ -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)