From 14aeaf8dabfaf46e146a56a0e72beffeb401a5be Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Mon, 20 Dec 2021 13:05:41 +0000 Subject: [PATCH] RELEASE: Updated version to v2112 --- etc/bashrc | 2 +- etc/cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index 0634bee9f5e..1b24ab2b2b3 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=com +export WM_PROJECT_VERSION=v2112 #------------------------------------------------------------------------------ # Configuration environment variables. diff --git a/etc/cshrc b/etc/cshrc index ae50d92ba9b..0a6b09abf82 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 com +setenv WM_PROJECT_VERSION v2112 #------------------------------------------------------------------------------ # Configuration environment variables. -- GitLab