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 5622d25 commit b6e0350Copy full SHA for b6e0350
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 master 2019-04-27
77
- set(ITK_GIT_TAG "076d674069f8fd91eeb437de810384d79e7fb54a")
+ # ITK master 2019-05-22
+ set(ITK_GIT_TAG "v5.0.0")
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.0rc02'
+VERSION = '5.0.0'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments