Skip to content

Commit 07c07ab

Browse files
authored
Merge pull request #398 from dzenanz/master
Update ITK to 5.2.0
2 parents 6cf58c8 + e670a8b commit 07c07ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Superbuild/ITKExternal.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if(BUILD_MOSAIC_TOOLS)
8989
)
9090
endif()
9191

92-
SET(itk_GIT_TAG "v5.2rc01")
92+
SET(itk_GIT_TAG "v5.2.0")
9393

9494
# If CMake ever allows overriding the checkout command or adding flags,
9595
# git checkout -q will silence message about detached head (harmless).

src/Application/Tools/GrowCutTool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class GrowCutTool : public SingleTargetTool, public boost::enable_shared_from_th
5252

5353
SEG3D_TOOL
5454
(
55-
SEG3D_TOOL_NAME( "GrowCutTool", "Tool for grow cut segmentationpainting on mask" )
55+
SEG3D_TOOL_NAME( "GrowCutTool", "Tool for grow cut segmentation painting on mask" )
5656
SEG3D_TOOL_MENULABEL( "Grow Cut" )
5757
SEG3D_TOOL_MENU( "Tools" )
5858
SEG3D_TOOL_SHORTCUT_KEY( "CTRL+ALT+5" )

0 commit comments

Comments
 (0)