From c15bfde3cbd72f203fcfe61598d8011c9fa59b50 Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Thu, 24 Jun 2021 21:02:18 +0100 Subject: [PATCH] RELEASE: Updated config scripts to v2106 --- etc/bashrc | 2 +- etc/cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index e8857b474d..e84551e2d2 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=v2106 #------------------------------------------------------------------------------ # Configuration environment variables. diff --git a/etc/cshrc b/etc/cshrc index cf2323792e..3bb9eb46fd 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 v2106 #------------------------------------------------------------------------------ # Configuration environment variables.