From f3950763fe9bd4f29e6fc0584d9d21152521ca8e Mon Sep 17 00:00:00 2001
From: Andrew Heather <>
Date: Thu, 19 Dec 2019 20:58:26 +0000
Subject: [PATCH] REL: Updated bashrc|cshrc version to v1912

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

diff --git a/etc/bashrc b/etc/bashrc
index 1c63377b8e0..9743498f397 100644
--- a/etc/bashrc
+++ b/etc/bashrc
@@ -45,7 +45,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=v1912
 
 #------------------------------------------------------------------------------
 # Configuration environment variables.
diff --git a/etc/cshrc b/etc/cshrc
index 9d458a301d3..91dcace4a63 100644
--- a/etc/cshrc
+++ b/etc/cshrc
@@ -45,7 +45,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 v1912
 
 #------------------------------------------------------------------------------
 # Configuration environment variables.
-- 
GitLab