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 d884efe commit efbfbc4Copy full SHA for efbfbc4
CMakeLists.txt
@@ -93,8 +93,8 @@ if(ITKPythonPackage_SUPERBUILD)
93
94
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
95
96
- # ITK nightly-master 2022-07-02
97
- set(ITK_GIT_TAG "5e7aea957c")
+ # ITK nightly-master 2022-07-04
+ set(ITK_GIT_TAG "c44a7731f2")
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.3rc03.dev20220702+500.g5e7aea957c'
+VERSION = '5.3rc03.dev20220704+501.gc44a7731f2'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments