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 f47d7bc commit 07c6deeCopy full SHA for 07c6dee
CMakeLists.txt
@@ -93,8 +93,8 @@ if(ITKPythonPackage_SUPERBUILD)
93
94
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
95
96
- # ITK release 2022-01-16
97
- set(ITK_GIT_TAG "v5.3rc03")
+ # ITK release 2022-04-01
+ set(ITK_GIT_TAG "801370c025c7d296783481779a41c6d559c992c5")
98
99
#-----------------------------------------------------------------------------
100
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.3rc3'
+VERSION = '5.3rc4'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments