File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ if(ITKPythonPackage_SUPERBUILD)
7474
7575 set (ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git" )
7676
77- # ITK nightly-master 2021-02-10
78- set (ITK_GIT_TAG "v5.2rc02 " )
77+ # ITK nightly-master 2021-03-02
78+ set (ITK_GIT_TAG "4d592ddc29 " )
7979
8080 #-----------------------------------------------------------------------------
8181 # A separate project is used to download ITK, so that it can reused
Original file line number Diff line number Diff line change 1- VERSION = '5.2rc2 '
1+ VERSION = '5.2rc02.dev20210302+75.g4d592ddc29 '
22
33def get_versions ():
44 """Returns versions for the ITK Python package.
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ tar -cf ITKPythonBuilds-macosx.tar \
1111 ITKPythonPackageRequiredExtractionDir.txt \
1212 ITKPythonPackage/scripts
1313/usr/local/bin/zstd -f \
14+ -15 \
1415 ./ITKPythonBuilds-macosx.tar \
1516 -o ./ITKPythonBuilds-macosx.tar.zst
1617popd > /dev/null
You can’t perform that action at this time.
0 commit comments