From 1a4975a021084b9b88c73725116260c892425424 Mon Sep 17 00:00:00 2001
From: Mark Olesen <Mark.Olesen@esi-group.com>
Date: Wed, 15 Dec 2021 14:09:53 +0100
Subject: [PATCH] CONFIG: set API level to 2112 (now in pre-release state)

---
 META-INFO/api-info          |  2 +-
 doc/Build.md                | 13 +++++++------
 wmake/rules/General/general |  2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/META-INFO/api-info b/META-INFO/api-info
index e09b89c9a09..87aba82fd9c 100644
--- a/META-INFO/api-info
+++ b/META-INFO/api-info
@@ -1,2 +1,2 @@
-api=2109
+api=2112
 patch=0
diff --git a/doc/Build.md b/doc/Build.md
index b5b61d27579..99b1ec13a8a 100644
--- a/doc/Build.md
+++ b/doc/Build.md
@@ -1,22 +1,23 @@
 ## Getting the code
 
-Links to all code packs are available on https://dl.openfoam.com. For OpenFOAM-v2106:
+Links to all code packs are available on https://dl.openfoam.com. For OpenFOAM-v2112:
 
-- Source: https://dl.openfoam.com/source/v2106/OpenFOAM-v2106.tgz
-- ThirdParty: https://dl.openfoam.com/source/v2106/ThirdParty-v2106.tgz
+- https://dl.openfoam.com/source/latest/
+- Source: https://dl.openfoam.com/source/v2112/OpenFOAM-v2112.tgz
+- ThirdParty: https://dl.openfoam.com/source/v2112/ThirdParty-v2112.tgz
 
 ## OpenFOAM&reg; Quick Build Guide
 
 Prior to building, ensure that the [system requirements][link openfoam-require]
 are satisfied (including any special [cross-compiling][wiki-cross-compile]
 considerations), and source the correct OpenFOAM environment.
-For example, for the OpenFOAM-v2106 version:
+For example, for the OpenFOAM-v2112 version:
 ```
-source <installation path>/OpenFOAM-v2106/etc/bashrc
+source <installation path>/OpenFOAM-v2112/etc/bashrc
 ```
 e.g. if installed under the `~/openfoam` directory
 ```
-source ~/openfoam/OpenFOAM-v2106/etc/bashrc
+source ~/openfoam/OpenFOAM-v2112/etc/bashrc
 ```
 
 
diff --git a/wmake/rules/General/general b/wmake/rules/General/general
index 42d4424cb71..74b9a2e06c1 100644
--- a/wmake/rules/General/general
+++ b/wmake/rules/General/general
@@ -1,5 +1,5 @@
 #-------------------------------*- makefile -*---------------------------------
-WM_VERSION = OPENFOAM=2109
+WM_VERSION = OPENFOAM=2112
 
 AR         = ar
 ARFLAGS    = cr
-- 
GitLab