From bed72231872a383cd4e826c54a7eb57f88aee2e2 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 25 Jul 2017 17:43:40 +0100 Subject: [PATCH] Set version to 5.0 --- etc/bashrc | 2 +- etc/cshrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index 65e898362..65d0c2d79 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -32,7 +32,7 @@ #------------------------------------------------------------------------------ export WM_PROJECT=OpenFOAM -export WM_PROJECT_VERSION=5.x +export WM_PROJECT_VERSION=5.0 ################################################################################ # USER EDITABLE PART: Changes made here may be lost with the next upgrade diff --git a/etc/cshrc b/etc/cshrc index 9485390b7..ecfc81424 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -2,7 +2,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -31,7 +31,7 @@ #------------------------------------------------------------------------------ setenv WM_PROJECT OpenFOAM -setenv WM_PROJECT_VERSION 5.x +setenv WM_PROJECT_VERSION 5.0 ################################################################################ # USER EDITABLE PART: Changes made here may be lost with the next upgrade