Browse Source

CMake 3.29.1

Brad King 1 year ago
parent
commit
a4774b0c10
2 changed files with 11 additions and 5 deletions
  1. 10 4
      Help/release/3.29.rst
  2. 1 1
      Source/CMakeVersion.cmake

+ 10 - 4
Help/release/3.29.rst

@@ -200,8 +200,14 @@ Other Changes
   it produced installers that would only create start menu and uninstall
   entries for the current user, even though they install for all users.
 
-.. 3.29.1 (unreleased)
+Updates
+=======
 
-  * The :variable:`CMAKE_LINKER_TYPE` variable and corresponding
-    :prop_tgt:`LINKER_TYPE` target property now work with compilers
-    for the ``Swift`` language.
+Changes made since CMake 3.29.0 include the following.
+
+3.29.1
+------
+
+* The :variable:`CMAKE_LINKER_TYPE` variable and corresponding
+  :prop_tgt:`LINKER_TYPE` target property now work with compilers
+  for the ``Swift`` language.

+ 1 - 1
Source/CMakeVersion.cmake

@@ -1,7 +1,7 @@
 # CMake version number components.
 set(CMake_VERSION_MAJOR 3)
 set(CMake_VERSION_MINOR 29)
-set(CMake_VERSION_PATCH 0)
+set(CMake_VERSION_PATCH 1)
 #set(CMake_VERSION_RC 0)
 set(CMake_VERSION_IS_DIRTY 0)