Skip to content

Commit dcd82f3

Browse files
authored
Merge pull request #142 from thewtex/itk-5.1.0
Itk 5.1.0
2 parents e69eec2 + 6e78b83 commit dcd82f3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

SoftwareGuide/Latex/Architecture/DataRepresentation.tex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,3 @@ \subsection{Creating a PolyLineParametricPath}
242242
\label{sec:CreatingAPolyLineParametricPath}
243243

244244
\input{PolyLineParametricPath1.tex}
245-
246-
\section{Containers}\label{ContainersSection}
247-
\label{sec:TreeContainer}
248-
\input{TreeContainer.tex}

SuperBuild/External_ITK.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
105105
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
106106
if("${${proj}_GIT_TAG}" STREQUAL "")
107107
# ITK release branch 2019-12-16
108-
set(${proj}_GIT_TAG "v5.1rc01")
108+
set(${proj}_GIT_TAG "v5.1.0")
109109
endif()
110110

111111
ExternalProject_Add(${proj}

0 commit comments

Comments
 (0)