From 1cd47839acdbab37fd85407434c9cdfda801f057 Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Fri, 23 Dec 2022 13:53:36 +0000 Subject: [PATCH] CONFIG: Reset version post-release --- etc/bashrc | 2 +- etc/cshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bashrc b/etc/bashrc index a935a16f934..02d084f0607 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=v2212 +export WM_PROJECT_VERSION=com #------------------------------------------------------------------------------ # Configuration environment variables. diff --git a/etc/cshrc b/etc/cshrc index 7b4f4c3e2b6..7f19beec7b9 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 v2212 +setenv WM_PROJECT_VERSION com #------------------------------------------------------------------------------ # Configuration environment variables. -- GitLab