From 780c156103ee858b76fee88709519aebf8a4093c Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Mon, 29 Jun 2020 12:04:57 +0100 Subject: [PATCH] REL: Updated config to v2006 --- etc/bashrc | 2 +- etc/cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index 8920907bba3..adcfcaf1b35 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -55,7 +55,7 @@ # [WM_PROJECT_VERSION] - A human-readable version name # A development version is often named 'com' - as in www.openfoam.com -export WM_PROJECT_VERSION=com +export WM_PROJECT_VERSION=v2006 #------------------------------------------------------------------------------ # Configuration environment variables. diff --git a/etc/cshrc b/etc/cshrc index 9d438694e31..f2ccb12da5d 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -55,7 +55,7 @@ # [WM_PROJECT_VERSION] - A human-readable version name # A development version is often named 'com' - as in www.openfoam.com -setenv WM_PROJECT_VERSION com +setenv WM_PROJECT_VERSION v2006 #------------------------------------------------------------------------------ # Configuration environment variables. -- GitLab