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 4936bcc commit ea8a745Copy full SHA for ea8a745
CMakeLists.txt
@@ -89,8 +89,8 @@ if(ITKPythonPackage_SUPERBUILD)
89
90
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
91
92
- # ITK release 2023-06-23
93
- set(ITK_GIT_TAG "v5.4rc01")
+ # ITK release 2023-10-11
+ set(ITK_GIT_TAG "v5.4rc02")
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.4rc1'
+VERSION = '5.4rc2'
2
3
def get_versions():
4
"""Returns versions for the ITK Python package.
0 commit comments