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 7dfd436 commit fa69f8fCopy full SHA for fa69f8f
CMakeLists.txt
@@ -74,7 +74,7 @@ if(ITKPythonPackage_SUPERBUILD)
74
75
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76
# ITK nightly-master 2019-01-30
77
- set(ITK_GIT_TAG "d18e45e358")
+ set(ITK_GIT_TAG "v5.0rc01")
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.0b03.dev20190130+162.gd18e45e358'
+VERSION = '5.0rc1'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments