Skip to content

Commit 4b264d3

Browse files
committed
ITK nightly version update
This commit updates: (1) SHA used in CMakeLists.txt to checkout ITK sources (InsightSoftwareConsortium/ITK@df839c449b) (2) VERSION variable set in itkVersion.py It was automatically generated by the script update_python_version.sh [1] [1] https://github.com/InsightSoftwareConsortium/ITKPythonPackage/blob/a93a4cc/scripts/update_python_version.py
1 parent a93a4cc commit 4b264d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ if(ITKPythonPackage_SUPERBUILD)
7373
include(ExternalProject)
7474

7575
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76-
# ITK nightly-master 2019-08-22
77-
set(ITK_GIT_TAG "55967df5f3")
76+
# ITK nightly-master 2019-08-23
77+
set(ITK_GIT_TAG "df839c449b")
7878

7979
#-----------------------------------------------------------------------------
8080
# A separate project is used to download ITK, so that it can reused

itkVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '5.0.1.dev20190822+297.g55967df5f3'
1+
VERSION = '5.0.1.dev20190823+305.gdf839c449b'
22

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

0 commit comments

Comments
 (0)