diff --git a/buildconfig/Jenkins/buildscript b/buildconfig/Jenkins/buildscript
index 342b1178b3aff95576bcfac462d0cb4383673674..194757ae81b479a200edd17ca2b476ef97a9d090 100755
--- a/buildconfig/Jenkins/buildscript
+++ b/buildconfig/Jenkins/buildscript
@@ -14,9 +14,9 @@ SCRIPT_DIR=$(dirname "$0")
 BUILDPKG=true
 
 ###############################################################################
-# All nodes currently have PARAVIEW_DIR=5.1.0 and PARAVIEW_NEXT_DIR=5.1.2
+# All nodes currently have PARAVIEW_DIR=5.2.0-RC3 and PARAVIEW_NEXT_DIR=5.1.2
 ###############################################################################
-export PARAVIEW_DIR=${PARAVIEW_NEXT_DIR}
+export PARAVIEW_DIR=${PARAVIEW_DIR}
 
 ###############################################################################
 # Print out the versions of things we are using