diff --git a/META-INFO/api-info b/META-INFO/api-info index e09b89c9a0..87aba82fd9 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 b5b61d2757..99b1ec13a8 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® 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 /OpenFOAM-v2106/etc/bashrc +source /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 42d4424cb7..74b9a2e06c 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