From 0dc07fb00fa676446f13dad90c69d61553502d7a Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Tue, 30 Jun 2020 12:45:36 +0100 Subject: [PATCH] CONFIG: reset version --- etc/bashrc | 2 +- etc/cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index adcfcaf1b3..8920907bba 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=v2006 +export WM_PROJECT_VERSION=com #------------------------------------------------------------------------------ # Configuration environment variables. diff --git a/etc/cshrc b/etc/cshrc index f2ccb12da5..9d438694e3 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 v2006 +setenv WM_PROJECT_VERSION com #------------------------------------------------------------------------------ # Configuration environment variables.