diff --git a/etc/bashrc b/etc/bashrc index 039c318ac90f3608f493658dd7a2fdf5023e348b..6fdd3305d07ad4e6d23d93e5da265af27051ebff 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 ef20597528139dedefe35113e74bf51c1b5f38d4..344f0e7e76507d021954cd3fdf1f777e6cd49d1e 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 b7590f97b0954475289f6f3aab310e9c63f259f2..2cf2ce334aa2cd0eb35f458097263ae8741d56ed 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 a53ffc4e7cac325215957a8242033fe9c2606ced..0ca1478569ac114bd8a755b29730f0e29ed39137 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