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@590dd29f00)
  (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/3f0c260/scripts/update_python_version.py
  • Loading branch information
kwrobot committed Jan 17, 2022
1 parent 3f0c260 commit 02c9522
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 @@ -93,8 +93,8 @@ if(ITKPythonPackage_SUPERBUILD)

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

# ITK nightly-master 2022-01-14
set(ITK_GIT_TAG "98bc61493f")
# ITK nightly-master 2022-01-16
set(ITK_GIT_TAG "590dd29f00")

#-----------------------------------------------------------------------------
# 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.3rc02.dev20220114+355.g98bc61493f'
VERSION = '5.3rc03'

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

0 comments on commit 02c9522

Please sign in to comment.