Skip to content

Commit

Permalink
CMake 3.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bradking committed Apr 3, 2024
1 parent 64956d9 commit a4774b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions Help/release/3.29.rst
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion 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)

Expand Down

0 comments on commit a4774b0

Please sign in to comment.