From 642842f435694ba5bfd5a2f989ea266bc9e6a61c Mon Sep 17 00:00:00 2001
From: henry <Henry Weller h.weller@opencfd.co.uk>
Date: Wed, 9 Jul 2008 18:21:57 +0100
Subject: [PATCH] Changed dev to 1.5 for release.

---
 etc/bashrc      | 4 ++--
 etc/cellModels  | 2 +-
 etc/controlDict | 2 +-
 etc/cshrc       | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/etc/bashrc b/etc/bashrc
index 039c318ac90..6fdd3305d07 100644
--- a/etc/bashrc
+++ b/etc/bashrc
@@ -32,8 +32,8 @@
 #------------------------------------------------------------------------------
 
 export WM_PROJECT=OpenFOAM
-#export WM_PROJECT_VERSION=dev
-: ${WM_PROJECT_VERSION:=dev}; export WM_PROJECT_VERSION
+export WM_PROJECT_VERSION=1.5
+#: ${WM_PROJECT_VERSION:=dev}; export WM_PROJECT_VERSION
 
 
 #!!User:
diff --git a/etc/cellModels b/etc/cellModels
index ef205975281..344f0e7e765 100644
--- a/etc/cellModels
+++ b/etc/cellModels
@@ -1,7 +1,7 @@
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  dev                                   |
+|  \\    /   O peration     | Version:  1.5                                   |
 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
diff --git a/etc/controlDict b/etc/controlDict
index b7590f97b09..2cf2ce334aa 100644
--- a/etc/controlDict
+++ b/etc/controlDict
@@ -1,7 +1,7 @@
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  dev                                   |
+|  \\    /   O peration     | Version:  1.5                                   |
 |   \\  /    A nd           | Web:      http://www.openfoam.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
diff --git a/etc/cshrc b/etc/cshrc
index a53ffc4e7ca..0ca1478569a 100644
--- a/etc/cshrc
+++ b/etc/cshrc
@@ -32,8 +32,8 @@
 #------------------------------------------------------------------------------
 
 setenv WM_PROJECT OpenFOAM
-#setenv WM_PROJECT_VERSION dev
-if ( ! $?WM_PROJECT_VERSION ) setenv WM_PROJECT_VERSION dev
+setenv WM_PROJECT_VERSION 1.5
+#if ( ! $?WM_PROJECT_VERSION ) setenv WM_PROJECT_VERSION dev
 
 #!!User:
 #    either setenv FOAM_INST_DIR before sourcing this file or set
-- 
GitLab