summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2026-03-27 12:25:44 (GMT)
committerBrad King <brad.king@kitware.com>2026-03-27 12:25:44 (GMT)
commitcfbb1649dd0a6ddb978eaf7aba721824a8ba1e49 (patch)
tree34b2f13599ffa09f7d18b4a62ca8dbfbd50729ef /Source
parent275c62fb1873e0b8fc72d7f2d116d4d2ced2fbce (diff)
downloadCMake-4.2.4.zip
CMake-4.2.4.tar.gz
CMake-4.2.4.tar.bz2
CMake 4.2.4v4.2.4
Diffstat (limited to 'Source')
-rw-r--r--Source/CMakeVersion.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 733b027..933e209 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -1,7 +1,7 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 4)
set(CMake_VERSION_MINOR 2)
-set(CMake_VERSION_PATCH 3)
+set(CMake_VERSION_PATCH 4)
#set(CMake_VERSION_RC 0)
set(CMake_VERSION_IS_DIRTY 0)
tr class='nohover'> * gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556)Steve Dower2024-11-081-4/+6 * gh-124102: Clean up unsupported VS and WiX detections (GH-124784)Wulian2024-10-182-11/+11 * gh-124487: Updated installer messages and internal docs regarding minimum Win...Wulian2024-10-012-10/+2 * gh-124487: Require at least Windows 10 SDK and update install check (GH-124672)Steve Dower2024-09-302-6/+7 * gh-124102: Update internal PCbuild docs to accurately list build dependencies...Wulian2024-09-232-18/+9 * gh-124254: Detect freethreaded MSI component when doing an upgrade on Windows...Steve Dower2024-09-231-0/+1 * gh-123915: Ensure that Windows AMD64 and ARM64 release builds use different d...adang13452024-09-10