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 1f3d4d4 commit 7b9a7c7Copy full SHA for 7b9a7c7
CMakeLists.txt
@@ -74,8 +74,8 @@ if(ITKPythonPackage_SUPERBUILD)
74
75
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76
77
- # ITK nightly-master 2021-01-07
78
- set(ITK_GIT_TAG "5e28b1d05d")
+ # ITK nightly-master 2021-01-08
+ set(ITK_GIT_TAG "abd38d5a00")
79
80
#-----------------------------------------------------------------------------
81
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.2rc01.dev20210107+17.g5e28b1d05d'
+VERSION = '5.2rc01.dev20210108+19.gabd38d5a00'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments