Skip to content
Snippets Groups Projects
Commit 4f4ab5f2 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtk: update for 6.3.0

parent 4fef4985
Branches sync-with-release
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
set (vtk_version_major 6)
set (vtk_version_minor 3)
set (vtk_version_patch 0)
set (vtk_version_suffix "RC2")
#set (vtk_version_suffix "RC1")
set (vtk_version "${vtk_version_major}.${vtk_version_minor}")
if (vtk_version_suffix)
set (vtk_version_long "${vtk_version}.${vtk_version_patch}-${vtk_version_suffix}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment