From f75379633cafff8ce1435fe20818e1631f1944c8 Mon Sep 17 00:00:00 2001
From: Andrew Heather <>
Date: Mon, 28 Jun 2021 17:33:22 +0100
Subject: [PATCH] CONFIG: Updated version to com following release of OpenFOAM
 v2106

---
 etc/bashrc | 2 +-
 etc/cshrc  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/bashrc b/etc/bashrc
index e84551e2d29..e8857b474d4 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=v2106
+export WM_PROJECT_VERSION=com
 
 #------------------------------------------------------------------------------
 # Configuration environment variables.
diff --git a/etc/cshrc b/etc/cshrc
index 3bb9eb46fd7..cf2323792e3 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 v2106
+setenv WM_PROJECT_VERSION com
 
 #------------------------------------------------------------------------------
 # Configuration environment variables.
-- 
GitLab