diff --git a/etc/bashrc b/etc/bashrc index adcfcaf1b35e147034b571cc385b6bfff95397da..8920907bba303c1cc901af5496d00297b38a50b6 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -55,7 +55,7 @@ # [WM_PROJECT_VERSION] - A human-readable version name # A development version is often named 'com' - as in www.openfoam.com -export WM_PROJECT_VERSION=v2006 +export WM_PROJECT_VERSION=com #------------------------------------------------------------------------------ # Configuration environment variables. diff --git a/etc/cshrc b/etc/cshrc index f2ccb12da5dfb07f2cb808981a794ff3d9ff294d..9d438694e31bcb0477bd1ea71a99d44d6a018491 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -55,7 +55,7 @@ # [WM_PROJECT_VERSION] - A human-readable version name # A development version is often named 'com' - as in www.openfoam.com -setenv WM_PROJECT_VERSION v2006 +setenv WM_PROJECT_VERSION com #------------------------------------------------------------------------------ # Configuration environment variables.