mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-09 09:12:00 +00:00
CMake 4.4.1
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user