diff --git a/etc/bashrc b/etc/bashrc index 1c63377b8e..9743498f39 100644 --- a/etc/bashrc +++ b/etc/bashrc @@ -45,7 +45,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=com +export WM_PROJECT_VERSION=v1912 #------------------------------------------------------------------------------ # Configuration environment variables. diff --git a/etc/cshrc b/etc/cshrc index 9d458a301d..91dcace4a6 100644 --- a/etc/cshrc +++ b/etc/cshrc @@ -45,7 +45,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 com +setenv WM_PROJECT_VERSION v1912 #------------------------------------------------------------------------------ # Configuration environment variables.