Skip to content

Commit

Permalink
WIP: Update version of test purpose **do not merge**
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jun 23, 2022
1 parent 3ff4f6f commit bbd9c9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ if(ITKPythonPackage_SUPERBUILD)
#-----------------------------------------------------------------------------
include(ExternalProject)

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

# ITK nightly-master 2022-06-16
set(ITK_GIT_TAG "8b2a3d3fb3")
# ITK update-from-manylinux2014-to-manylinux_2_24 2022-06-22
set(ITK_GIT_TAG "8ca6e8dc15")

#-----------------------------------------------------------------------------
# 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.3rc03.dev20220616+486.g8b2a3d3fb3'
VERSION = '5.3rc03.dev20220622+489.g8ca6e8dc15'

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

0 comments on commit bbd9c9b

Please sign in to comment.