From ec18c92f92fa6e909cd4d4dfbcd4b0f13df45b8c Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 22 Feb 2016 10:25:44 +0000 Subject: [PATCH] COMP: Updated version tag plus->stage --- etc/bashrc | 2 +- etc/cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index 251cd34303..a57242ea8b 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -32,7 +32,7 @@ #------------------------------------------------------------------------------ export WM_PROJECT=OpenFOAM -export WM_PROJECT_VERSION=plus +export WM_PROJECT_VERSION=stage ################################################################################ # USER EDITABLE PART: Changes made here may be lost with the next upgrade diff --git a/etc/cshrc b/etc/cshrc index a7612b9852..87be39f952 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -31,7 +31,7 @@ #------------------------------------------------------------------------------ setenv WM_PROJECT OpenFOAM -setenv WM_PROJECT_VERSION plus +setenv WM_PROJECT_VERSION stage ################################################################################ # USER EDITABLE PART: Changes made here may be lost with the next upgrade