Skip to content

Commit 53d548e

Browse files
authored
ENH: Update ITK tag. (#75)
* ENH: Update ITK tag. * ENH: Update ITK Tag.
1 parent 3af7afb commit 53d548e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [[ $TRAVIS -eq true ]] ; then
1111
fi
1212
cd ./src
1313
itkgit=https://github.com/InsightSoftwareConsortium/ITK
14-
itktag=f67dd9ac229f92f966452b1cff45c81b8e370c79 # Adaptive denoising
14+
itktag=20edc269b1d9bf9ff27a34db40a438b1b3044f3c # April 28, 2025
1515
# if there is a directory but no git,
1616
# remove it
1717
if [[ -d itks ]]; then

configure.win

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd ./src
88
# itkgit=https://github.com/InsightSoftwareConsortium/ITK
99
# itktag=81c14ce858a530699ee2fbf7fa48b884ad26b984
1010
itkgit=https://github.com/InsightSoftwareConsortium/ITK.git
11-
itktag=f67dd9ac229f92f966452b1cff45c81b8e370c79 # CMAKE_SH fix
11+
itktag=20edc269b1d9bf9ff27a34db40a438b1b3044f3c # April 28, 2025
1212
mkdir itks itkb
1313
# as per https://discourse.itk.org/t/path-length-limitation-in-windows-lifted/545/12
1414
mkdir -p ../data

data/softwareVersions.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Dependency;GitTag
2-
ITK;f67dd9ac229f92f966452b1cff45c81b8e370c79
2+
ITK;20edc269b1d9bf9ff27a34db40a438b1b3044f3c
33
ITKURL;https://github.com/InsightSoftwareConsortium/ITK

0 commit comments

Comments
 (0)