From dbdf2ab6f3f1d819803f21b5171e9b0b5e29453a Mon Sep 17 00:00:00 2001
From: Kitware Robot <kwrobot@kitware.com>
Date: Sat, 22 Feb 2025 00:01:02 -0500
Subject: [PATCH] VTK Nightly Date Stamp

---
 CMake/vtkVersion.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMake/vtkVersion.cmake b/CMake/vtkVersion.cmake
index 2a466ff8b7d..09a7da10aee 100644
--- a/CMake/vtkVersion.cmake
+++ b/CMake/vtkVersion.cmake
@@ -6,7 +6,7 @@ set(VTK_MINOR_VERSION 4)
 # the date component is updated while it is in progress, the bump of the minor
 # version ends up conflicting with the patch version update.
 
-set(VTK_BUILD_VERSION 20250221)
+set(VTK_BUILD_VERSION 20250222)
 
 if (NOT VTK_MINOR_VERSION LESS 100)
   message(FATAL_ERROR
-- 
GitLab