From 93fcc53edfc1eba313734815a0c39acf74bc811d Mon Sep 17 00:00:00 2001 From: henry Date: Tue, 20 May 2008 12:03:12 +0100 Subject: [PATCH] Comment-out the setting of WM_PROJECT_VERSION to allow it to be set externally --- etc/bashrc | 2 +- etc/cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index 99f0d872a5..298849ed79 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -32,7 +32,7 @@ #------------------------------------------------------------------------------ export WM_PROJECT=OpenFOAM -export WM_PROJECT_VERSION=dev +#export WM_PROJECT_VERSION=dev #!!User: # either set $FOAM_INST_DIR before sourcing this file or set diff --git a/etc/cshrc b/etc/cshrc index a4bd6bc430..203466dd7d 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -32,7 +32,7 @@ #------------------------------------------------------------------------------ setenv WM_PROJECT OpenFOAM -setenv WM_PROJECT_VERSION dev +#setenv WM_PROJECT_VERSION dev #!!User: # either setenv FOAM_INST_DIR before sourcing this file or set