diff --git a/documentation/conf.py b/documentation/conf.py index 6f10fc151f..6eb284e656 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -16,7 +16,7 @@ import os import sys import datetime -current_version = "3.1.11" +current_version = "3.1.12" # String used in sidebar version = 'Version: ' + current_version diff --git a/documentation/poky.yaml b/documentation/poky.yaml index bda8ff123b..af041e3737 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -1,11 +1,11 @@ -DISTRO : "3.1.11" +DISTRO : "3.1.12" DISTRO_NAME_NO_CAP : "dunfell" DISTRO_NAME : "Dunfell" DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus" -YOCTO_DOC_VERSION : "3.1.11" +YOCTO_DOC_VERSION : "3.1.12" YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2" -DISTRO_REL_TAG : "yocto-3.1.11" -POKYVERSION : "23.0.11" +DISTRO_REL_TAG : "yocto-3.1.12" +POKYVERSION : "23.0.12" YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" YOCTO_DL_URL : "https://downloads.yoctoproject.org" YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" diff --git a/documentation/releases.rst b/documentation/releases.rst index 70393084c1..3e27406eab 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -20,6 +20,7 @@ - :yocto_docs:`3.1.9 Documentation ` - :yocto_docs:`3.1.10 Documentation ` - :yocto_docs:`3.1.11 Documentation ` +- :yocto_docs:`3.1.12 Documentation ` ========================== Previous Release Manuals diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index fd55416969..87160d8ba9 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -3,7 +3,7 @@ var all_versions = { 'dev': 'dev (3.3)', - '3.1.11': '3.1.11', + '3.1.12': '3.1.12', '3.0.4': '3.0.4', '2.7.4': '2.7.4', };