From b9af7f60188a4f58bddec2274c5d60bf141365b1 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 17 May 2018 16:08:55 +0100 Subject: [PATCH] etc/config.*/paraview: Added entry for ParaView-5.5.0 --- etc/config.csh/paraview | 3 ++- etc/config.sh/paraview | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/config.csh/paraview b/etc/config.csh/paraview index 14e58414b..f16a132f5 100644 --- a/etc/config.csh/paraview +++ b/etc/config.csh/paraview @@ -2,7 +2,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -60,6 +60,7 @@ end #setenv ParaView_VERSION 5.0.0 #setenv ParaView_VERSION 5.0.1 setenv ParaView_VERSION 5.4.0 +#setenv ParaView_VERSION 5.5.0 setenv ParaView_MAJOR detect diff --git a/etc/config.sh/paraview b/etc/config.sh/paraview index 0c1ca0d43..6f404e58d 100644 --- a/etc/config.sh/paraview +++ b/etc/config.sh/paraview @@ -2,7 +2,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -66,6 +66,7 @@ done #export ParaView_VERSION=5.0.0 #export ParaView_VERSION=5.0.1 export ParaView_VERSION=5.4.0 +#export ParaView_VERSION=5.5.0 export ParaView_MAJOR=detect