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 90b59f0 commit 3b2e9e9Copy full SHA for 3b2e9e9
CMakeLists.txt
@@ -68,7 +68,7 @@ if(ITKPythonPackage_SUPERBUILD)
68
include(ExternalProject)
69
70
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
71
- # ITK nightly-master 2017-12-18
+ # ITK master 2017-12-19
72
set(ITK_GIT_TAG "e11bce2")
73
74
#-----------------------------------------------------------------------------
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '4.13rc02.dev20171218+28.ge11bce2'
+VERSION = '4.13.0'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments