Skip to content
Snippets Groups Projects
Commit 02225756 authored by Cory Quammen's avatar Cory Quammen
Browse files

Update the default version to 5.6.0

parent d7675f53
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ macro (superbuild_setup_variables)
if (paraview_SOURCE_SELECTION STREQUAL "git")
# Assuming master; just use the latest version, but let the user set their
# own version in case it is actually a branch from some other version.
set(PARAVIEW_VERSION_DEFAULT "5.5.2"
set(PARAVIEW_VERSION_DEFAULT "5.6.0"
CACHE STRING "The default version of ParaView to use if it cannot be detected")
mark_as_advanced(PARAVIEW_VERSION_DEFAULT)
set(paraview_default_version "${PARAVIEW_VERSION_DEFAULT}")
......
......@@ -33,7 +33,7 @@ superbuild_set_revision(genericio
URL_MD5 daea4ea2076fb6a1b8ccded8e861e1be)
set(paraview_doc_ver_series "5.6")
set(paraview_doc_ver "${paraview_doc_ver_series}.0-RC3")
set(paraview_doc_ver "${paraview_doc_ver_series}.0")
superbuild_set_revision(paraviewgettingstartedguide
URL "https://www.paraview.org/files/v${paraview_doc_ver_series}/ParaViewGettingStarted-${paraview_doc_ver}.pdf"
URL_MD5 1bdadd4b5a62ba9f2de8eb0219ca858c)
......@@ -47,9 +47,9 @@ superbuild_set_revision(paraviewtutorialdata
# on this assumption.
superbuild_set_selectable_source(paraview
# NOTE: When updating this selection, also update `README.md` and CMakeLists.txt.
SELECT 5.6.0-RC3 DEFAULT
URL "http://www.paraview.org/files/v5.6/ParaView-v5.6.0-RC3.tar.xz"
URL_MD5 d8a487c7e1fee69c13b07891c255faa6
SELECT 5.6.0 DEFAULT
URL "http://www.paraview.org/files/v5.6/ParaView-v5.6.0.tar.xz"
URL_MD5 eefb05c36ba2c3a6b25991b73f699981
SELECT git CUSTOMIZABLE
GIT_REPOSITORY "https://gitlab.kitware.com/paraview/paraview.git"
GIT_TAG "origin/master"
......
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