From 03fcfeb751174ef475de9996aa4a936d3c63d8f0 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 28 Jun 2016 11:57:22 +0100 Subject: [PATCH] Updated to OpenFOAM-4.x --- etc/bashrc | 2 +- etc/cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index 69f709eec..700599f27 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -32,7 +32,7 @@ #------------------------------------------------------------------------------ export WM_PROJECT=OpenFOAM -export WM_PROJECT_VERSION=4.0 +export WM_PROJECT_VERSION=4.x ################################################################################ # USER EDITABLE PART: Changes made here may be lost with the next upgrade diff --git a/etc/cshrc b/etc/cshrc index 7b9bbbd5e..a7e9f4928 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -31,7 +31,7 @@ #------------------------------------------------------------------------------ setenv WM_PROJECT OpenFOAM -setenv WM_PROJECT_VERSION 4.0 +setenv WM_PROJECT_VERSION 4.x ################################################################################ # USER EDITABLE PART: Changes made here may be lost with the next upgrade