Skip to content

Commit 6d163d3

Browse files
committed
ENH: Change the zlib-ng upstream branch we use from develop to stable
1 parent dab08e7 commit 6d163d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/ThirdParty/ZLIB/UpdateFromUpstream.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readonly name="zlib-ng"
88
readonly ownership="Zlib-ng Upstream <kwrobot@kitware.com>"
99
readonly subtree="Modules/ThirdParty/ZLIB/src/itk$name"
1010
readonly repo="https://github.com/zlib-ng/zlib-ng.git"
11-
readonly tag="develop"
11+
readonly tag="stable"
1212
readonly paths="
1313
CMakeLists.txt
1414
cmake/*

0 commit comments

Comments
 (0)