Skip to content

Commit bbd9c9b

Browse files
committed
WIP: Update version of test purpose **do not merge**
1 parent 3ff4f6f commit bbd9c9b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ if(ITKPythonPackage_SUPERBUILD)
8787
#-----------------------------------------------------------------------------
8888
include(ExternalProject)
8989

90-
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
90+
set(ITK_REPOSITORY "https://github.com/jcfr/ITK.git")
9191

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

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

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

0 commit comments

Comments
 (0)