From 1ee51440797e40b3e49a1b51033a55d722d3b649 Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Tue, 10 Jul 2018 16:44:43 +0100 Subject: [PATCH] STYLE: reset version to plus after re-integration of the master branch --- etc/bashrc | 2 +- etc/cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index 265d157bad4..07e5411ce3f 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -31,7 +31,7 @@ #------------------------------------------------------------------------------ export WM_PROJECT=OpenFOAM -export WM_PROJECT_VERSION=v1806 +export WM_PROJECT_VERSION=plus # [FOAM_INST_DIR] - parent directory containing the OpenFOAM installation. # \- When this file is located as $WM_PROJECT_DIR/etc/bashrc, the next lines diff --git a/etc/cshrc b/etc/cshrc index 05f49cd61a6..a1125b5b70b 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -31,7 +31,7 @@ #------------------------------------------------------------------------------ setenv WM_PROJECT OpenFOAM -setenv WM_PROJECT_VERSION v1806 +setenv WM_PROJECT_VERSION plus # [FOAM_INST_DIR] - parent directory containing the OpenFOAM installation. # \- When this file is located as $WM_PROJECT_DIR/etc/cshrc, the next lines -- GitLab