From 21991d73a3971347cf9081609e370fef33d2e767 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sun, 16 Oct 2016 15:11:45 +0100 Subject: [PATCH] Set version for the 4.1 release --- etc/bashrc | 2 +- etc/cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index 88fb83ebd..7437e7362 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -32,7 +32,7 @@ #------------------------------------------------------------------------------ export WM_PROJECT=OpenFOAM -export WM_PROJECT_VERSION=4.x +export WM_PROJECT_VERSION=4.1 ################################################################################ # USER EDITABLE PART: Changes made here may be lost with the next upgrade diff --git a/etc/cshrc b/etc/cshrc index a7e9f4928..155ec873f 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -31,7 +31,7 @@ #------------------------------------------------------------------------------ setenv WM_PROJECT OpenFOAM -setenv WM_PROJECT_VERSION 4.x +setenv WM_PROJECT_VERSION 4.1 ################################################################################ # USER EDITABLE PART: Changes made here may be lost with the next upgrade