Skip to content

Commit 54b83ff

Browse files
committed
Merge branch 'master' into release
2 parents 46caf16 + b77283f commit 54b83ff

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

itkVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '5.2rc2'
1+
VERSION = '5.2rc02.dev20210302+75.g4d592ddc29'
22

33
def get_versions():
44
"""Returns versions for the ITK Python package.

scripts/macpython-build-tarball.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
1617
popd > /dev/null

0 commit comments

Comments
 (0)