Skip to content

Commit fa69f8f

Browse files
committed
version: Bump ITK to 5.0b02
1 parent 7dfd436 commit fa69f8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if(ITKPythonPackage_SUPERBUILD)
7474

7575
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
7676
# ITK nightly-master 2019-01-30
77-
set(ITK_GIT_TAG "d18e45e358")
77+
set(ITK_GIT_TAG "v5.0rc01")
7878

7979
#-----------------------------------------------------------------------------
8080
# 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.0b03.dev20190130+162.gd18e45e358'
1+
VERSION = '5.0rc1'
22

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

0 commit comments

Comments
 (0)