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 8dabb66 commit a36c1d5Copy full SHA for a36c1d5
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 2018-05-25
77
- set(ITK_GIT_TAG "v5.0a02")
+ # ITK nightly-master 2018-07-23
+ set(ITK_GIT_TAG "090984d7fe")
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.0a2'
+VERSION = '4.13.0.dev20180723+61.g090984d7fe'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments