From 231682c57bc2ef9dc575f751248f1b04c7179cb3 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 28 May 2024 13:16:50 -0400 Subject: [PATCH] ENH: Bump ITK's CMake version to 6.0.0 Following the process outlined in the Release documentation. Clarify for developers and for users that they are working with the in-progress ITK 6 development code. --- CMake/itkVersion.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMake/itkVersion.cmake b/CMake/itkVersion.cmake index e4100f739a0..e9509ab406a 100644 --- a/CMake/itkVersion.cmake +++ b/CMake/itkVersion.cmake @@ -1,4 +1,4 @@ # ITK version number components. -set(ITK_VERSION_MAJOR "5") -set(ITK_VERSION_MINOR "4") +set(ITK_VERSION_MAJOR "6") +set(ITK_VERSION_MINOR "0") set(ITK_VERSION_PATCH "0")