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 009fd1b commit e341704Copy full SHA for e341704
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-12-05
77
- set(ITK_GIT_TAG "527c8c2b51")
+ # ITK master 2019-12-06
+ set(ITK_GIT_TAG "f15a14b3cacdc04eb20edaa225a730769cd89612")
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.dev20191205+684.g527c8c2b51'
+VERSION = '5.1rc01'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments