From 7c1bc90654366f7f06ba8f563faf4dc4fa829460 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 7 Sep 2021 04:48:24 -1000 Subject: documentation: prepare for 3.1.11 release (From yocto-docs rev: cc226593701bd5a93c0bcefc0c41da1a32849912) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- documentation/conf.py | 2 +- documentation/poky.yaml | 8 ++++---- documentation/releases.rst | 1 + documentation/sphinx-static/switchers.js | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) (limited to 'documentation') diff --git a/documentation/conf.py b/documentation/conf.py index 82fa325545..6f10fc151f 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -16,7 +16,7 @@ import os import sys import datetime -current_version = "3.1.10" +current_version = "3.1.11" # String used in sidebar version = 'Version: ' + current_version diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 590af46ebd..17426567a4 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -1,11 +1,11 @@ -DISTRO : "3.1.10" +DISTRO : "3.1.11" DISTRO_NAME_NO_CAP : "dunfell" DISTRO_NAME : "Dunfell" DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus" -YOCTO_DOC_VERSION : "3.1.10" +YOCTO_DOC_VERSION : "3.1.11" YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2" -DISTRO_REL_TAG : "yocto-3.1.10" -POKYVERSION : "23.0.10" +DISTRO_REL_TAG : "yocto-3.1.11" +POKYVERSION : "23.0.11" 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 78f604e2a1..70393084c1 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -19,6 +19,7 @@ - :yocto_docs:`3.1.8 Documentation ` - :yocto_docs:`3.1.9 Documentation ` - :yocto_docs:`3.1.10 Documentation ` +- :yocto_docs:`3.1.11 Documentation ` ========================== Previous Release Manuals diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index a6432ae9b0..fd55416969 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.10': '3.1.10', + '3.1.11': '3.1.11', '3.0.4': '3.0.4', '2.7.4': '2.7.4', }; -- cgit v1.2.3-54-g00ecf