Skip to content

Commit ae0684d

Browse files
committed
ENH: Bump ITK to 2025-07-16 main, version to 6.0b1
Towards itk-6.0b1 beta release.
1 parent 2ac066f commit ae0684d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ if(ITKPythonPackage_SUPERBUILD)
9494

9595
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
9696

97-
# master branch, 2024-05-20
98-
set(ITK_GIT_TAG "v5.4.0")
97+
# main branch, 2025-07-16
98+
set(ITK_GIT_TAG "ff4ff13ec295595cab2edbb3173a39ef798e4c7d")
9999

100100
#-----------------------------------------------------------------------------
101101
# A separate project is used to download ITK, so that it can reused

itkVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '5.4.0'
1+
VERSION = '6.0b1'
22

33
def get_versions():
44
"""Returns versions for the ITK Python package.

0 commit comments

Comments
 (0)