From bbd9c9b1364a9fc09e95d93f86ab3f971e2ae0b8 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Wed, 22 Jun 2022 23:41:42 -0400 Subject: [PATCH] WIP: Update version of test purpose **do not merge** --- CMakeLists.txt | 6 +++--- itkVersion.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f56192b4..41ee98ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/itkVersion.py b/itkVersion.py index 93015995..a5d5d421 100644 --- a/itkVersion.py +++ b/itkVersion.py @@ -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.