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

Update the default version to v5.5.0-RC4

parent 802dab45
No related branches found
Tags v5.5.0-RC4
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.0-RC3"
set(PARAVIEW_VERSION_DEFAULT "5.5.0-RC4"
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}")
......
......@@ -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.5.0-RC3 DEFAULT
URL "http://www.paraview.org/files/v5.5/ParaView-v5.5.0-RC3.tar.gz"
URL_MD5 a4ebf87cabd74b6ed607547799445d2c
SELECT 5.5.0-RC4 DEFAULT
URL "http://www.paraview.org/files/v5.5/ParaView-v5.5.0-RC4.tar.gz"
URL_MD5 2b7c5ff174814afbadc6f4da9424de17
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