From bbb4b019108a2e07f329f079d5987e9173b4cf1a Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Mon, 23 Dec 2019 14:51:27 +0000 Subject: [PATCH] CONFIG: reset version to com --- etc/bashrc | 2 +- etc/cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index 9743498f397..1c63377b8e0 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=v1912 +export WM_PROJECT_VERSION=com #------------------------------------------------------------------------------ # Configuration environment variables. diff --git a/etc/cshrc b/etc/cshrc index 91dcace4a63..9d458a301d3 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 v1912 +setenv WM_PROJECT_VERSION com #------------------------------------------------------------------------------ # Configuration environment variables. -- GitLab