Skip to content

Commit

Permalink
ITK nightly version update
Browse files Browse the repository at this point in the history
This commit updates:
  (1) SHA used in CMakeLists.txt to checkout ITK sources
          (InsightSoftwareConsortium/ITK@deb0af73c0)
  (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/3e4fe52/scripts/update_python_version.py
  • Loading branch information
kwrobot committed Apr 17, 2021
1 parent 3e4fe52 commit e019220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ if(ITKPythonPackage_SUPERBUILD)

set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")

# ITK nightly-master 2021-04-14
set(ITK_GIT_TAG "047fa6934a")
# ITK nightly-master 2021-04-16
set(ITK_GIT_TAG "deb0af73c0")

#-----------------------------------------------------------------------------
# A separate project is used to download ITK, so that it can reused
Expand Down
2 changes: 1 addition & 1 deletion itkVersion.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '5.2.0.dev20210414+12.g047fa6934a'
VERSION = '5.2.0.dev20210416+13.gdeb0af73c0'

def get_versions():
"""Returns versions for the ITK Python package.
Expand Down

0 comments on commit e019220

Please sign in to comment.