We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a3b46 commit 53ead79Copy full SHA for 53ead79
CMakeLists.txt
@@ -89,8 +89,8 @@ if(ITKPythonPackage_SUPERBUILD)
89
90
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
91
92
- # ITK master 2022-11-11
93
- set(ITK_GIT_TAG "abf5fa10522a36bc51f42f20f426a622f42ed90d")
+ # ITK master 2022-11-24
+ set(ITK_GIT_TAG "v5.3.0")
94
95
#-----------------------------------------------------------------------------
96
# A separate project is used to download ITK, so that it can reused
itkVersion.py
@@ -1,4 +1,4 @@
1
-VERSION = '5.3rc04.post4'
+VERSION = '5.3.0'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments