Skip to content

Commit 0fc1aca

Browse files
committed
version: Bump ITK to 5.0b01
1 parent 1232353 commit 0fc1aca

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 2018-09-05
77-
set(ITK_GIT_TAG "f5e254b")
77+
set(ITK_GIT_TAG "v5.0b01")
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.0a02.dev20180905+392.gf5e254b'
1+
VERSION = '5.0b1'
22

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

0 commit comments

Comments
 (0)