From 7b02c0fa19240743bd994753972044ff9b1cd941 Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Thu, 27 Jun 2019 13:30:14 +0100 Subject: [PATCH] CONFIG: Reset WM_PROJECT_VERSION --- etc/bashrc | 2 +- etc/cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index be671630fc..9cc50e0c6c 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -43,7 +43,7 @@ #------------------------------------------------------------------------------ export WM_PROJECT=OpenFOAM -export WM_PROJECT_VERSION=v1906 +export WM_PROJECT_VERSION=com # [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 de0a026293..6f2a2c093f 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -43,7 +43,7 @@ #------------------------------------------------------------------------------ setenv WM_PROJECT OpenFOAM -setenv WM_PROJECT_VERSION v1906 +setenv WM_PROJECT_VERSION com # [projectDir] - parent directory containing the OpenFOAM installation. # \- When this file is located as $WM_PROJECT_DIR/etc/cshrc, the next lines