From 2a51537d7854c7b0ba8f5c59eaabb466c061316d Mon Sep 17 00:00:00 2001
From: Andrew Heather <>
Date: Thu, 20 Dec 2018 18:06:41 +0000
Subject: [PATCH] STYLE: reset WM_PROJECT_VERSION for the develop branch

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

diff --git a/etc/bashrc b/etc/bashrc
index 6deffbdf4d0..b38f5f5b141 100644
--- a/etc/bashrc
+++ b/etc/bashrc
@@ -41,7 +41,7 @@
 #------------------------------------------------------------------------------
 
 export WM_PROJECT=OpenFOAM
-export WM_PROJECT_VERSION=v1812
+export WM_PROJECT_VERSION=plus
 
 # [projectDir] - directory containing this OpenFOAM version.
 # \- When this file is located as $WM_PROJECT_DIR/etc/bashrc, the next lines
diff --git a/etc/cshrc b/etc/cshrc
index 5fabac3903f..8da66078bf3 100644
--- a/etc/cshrc
+++ b/etc/cshrc
@@ -41,7 +41,7 @@
 #------------------------------------------------------------------------------
 
 setenv WM_PROJECT OpenFOAM
-setenv WM_PROJECT_VERSION v1812
+setenv WM_PROJECT_VERSION plus
 
 # [projectDir] - parent directory containing the OpenFOAM installation.
 # \- When this file is located as $WM_PROJECT_DIR/etc/cshrc, the next lines
-- 
GitLab