Skip to content

Commit 3b2e9e9

Browse files
author
Francois Budin
committed
ENH: Update ITK to v4.13.0 (pre-tag)
1 parent 90b59f0 commit 3b2e9e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if(ITKPythonPackage_SUPERBUILD)
6868
include(ExternalProject)
6969

7070
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
71-
# ITK nightly-master 2017-12-18
71+
# ITK master 2017-12-19
7272
set(ITK_GIT_TAG "e11bce2")
7373

7474
#-----------------------------------------------------------------------------

itkVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '4.13rc02.dev20171218+28.ge11bce2'
1+
VERSION = '4.13.0'
22

33
def get_versions():
44
"""Returns versions for the ITK Python package.

0 commit comments

Comments
 (0)