CMake 4.4.1

This commit is contained in:
Brad King
2026-07-28 10:26:50 -04:00
parent ba5f0c256f
commit d1cffecacd
2 changed files with 3 additions and 3 deletions

View File

@@ -441,5 +441,5 @@ Changes made since CMake 4.4.0 include the following.
4.4.1
-----
* The :module:`FindPython`, :module:`FindPython3` modules learned to manage, on
``Windows`` systems, the ``pydebug`` ABI flag.
* The :module:`FindPython`, :module:`FindPython3` modules learned
to manage, on ``Windows`` systems, the ``pydebug`` ABI flag.

View File

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