diff --git a/META-INFO/api-info b/META-INFO/api-info index e09b89c9a094741acea9a07f1b54214c5465edcc..87aba82fd9c4acadd8e035845f865ea2c09db504 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 b5b61d275799ab59986ffe891d129b72dc67ee59..99b1ec13a8a6a447cb1021f3567d7e1c3c640589 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 <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 42d4424cb71a28ca654d8af1cd7b1de8e202e818..74b9a2e06c1b290bf96b4d1f808391efa597848a 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