Skip to content

Commit 27ef1c6

Browse files
authored
Merge pull request #213 from thewtex/itk-5.4.0
itk 5.4.0
2 parents e77582b + d341bad commit 27ef1c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SoftwareGuide/Art/itkLogo.jpg

-43.8 KB
Loading

SuperBuild/External_ITK.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
104104
### --- End Project specific additions
105105
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
106106
if("${${proj}_GIT_TAG}" STREQUAL "")
107-
# ITK release branch 2024-04-17
108-
set(${proj}_GIT_TAG "v5.4rc04")
107+
# ITK release branch 2024-05-20
108+
set(${proj}_GIT_TAG "v5.4.0")
109109
endif()
110110

111111
ExternalProject_Add(${proj}

0 commit comments

Comments
 (0)