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 abf5d1e commit f194deeCopy full SHA for f194dee
CMakeLists.txt
@@ -73,8 +73,8 @@ if(ITKPythonPackage_SUPERBUILD)
73
include(ExternalProject)
74
75
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76
- # ITK nightly-master 2019-09-24
77
- set(ITK_GIT_TAG "75615f6038")
+ # ITK nightly-master 2019-09-25
+ set(ITK_GIT_TAG "2b82a99b88")
78
79
#-----------------------------------------------------------------------------
80
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.0.1.dev20190924+416.g75615f6038'
+VERSION = '5.0.1.dev20190925+422.g2b82a99b88'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments