We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c208ebb commit c7719bbCopy full SHA for c7719bb
CMakeLists.txt
@@ -94,8 +94,8 @@ if(ITKPythonPackage_SUPERBUILD)
94
95
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
96
97
- # master branch, 2024-04-12
98
- set(ITK_GIT_TAG "81be125a547ba2fa2343ae36cce8812bd711c5b4")
+ # master branch, 2024-04-15
+ set(ITK_GIT_TAG "2082a9364a204cd93b9db082ee651aae096016c7")
99
100
#-----------------------------------------------------------------------------
101
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.4rc3'
+VERSION = '5.4rc4'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments