From 05bfedd133068b20e09ad1c3080794675a5bfead Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 11 Dec 2014 08:31:25 +0000 Subject: [PATCH] Corrected version back to 2.3.x following the release of 2.3.1 --- etc/bashrc | 2 +- etc/cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index 4a771c9a..3334bbb7 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -32,7 +32,7 @@ #------------------------------------------------------------------------------ export WM_PROJECT=OpenFOAM -export WM_PROJECT_VERSION=2.3.1 +export WM_PROJECT_VERSION=2.3.x ################################################################################ # USER EDITABLE PART: Changes made here may be lost with the next upgrade diff --git a/etc/cshrc b/etc/cshrc index 3a79df42..778b0b90 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -31,7 +31,7 @@ #------------------------------------------------------------------------------ setenv WM_PROJECT OpenFOAM -setenv WM_PROJECT_VERSION 2.3.1 +setenv WM_PROJECT_VERSION 2.3.x ################################################################################ # USER EDITABLE PART: Changes made here may be lost with the next upgrade