From 14cb87f9ae89a7113fd8d660925d2d3ede470be3 Mon Sep 17 00:00:00 2001 From: Michael Halstead Date: Fri, 10 Dec 2021 10:53:15 -0800 Subject: releases: update to include 3.4.1 Adding 3.4.1 to documentation switcher and release list. (From yocto-docs rev: 7d503d765f5a8ade226c897a17aecd0856104af1) Signed-off-by: Michael Halstead Signed-off-by: Richard Purdie --- documentation/poky.yaml | 8 ++++---- documentation/releases.rst | 1 + documentation/sphinx-static/switchers.js | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 392e3bd63b..11e209e307 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -1,12 +1,12 @@ -DISTRO : "3.4" +DISTRO : "3.4.1" DISTRO_NAME_NO_CAP : "honister" DISTRO_NAME : "Honister" DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott" DISTRO_NAME_NO_CAP_LTS : "dunfell" -YOCTO_DOC_VERSION : "3.4" +YOCTO_DOC_VERSION : "3.4.1" YOCTO_DOC_VERSION_MINUS_ONE : "3.3.4" -DISTRO_REL_TAG : "yocto-3.4" -POKYVERSION : "26.0.0" +DISTRO_REL_TAG : "yocto-3.4.1" +POKYVERSION : "26.0.1" 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 95f1bd41da..e1d8eae8ef 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -9,6 +9,7 @@ Release Series 3.4 (honister) ****************************** - :yocto_docs:`3.4 Documentation ` +- :yocto_docs:`3.4.1 Documentation ` ****************************** Release Series 3.3 (hardknott) diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 8f91ea8fd4..056a8926ba 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -3,7 +3,7 @@ var all_versions = { 'dev': 'dev (3.5)', - '3.4': '3.4', + '3.4.1': '3.4.1', '3.3.4': '3.3.4', '3.2.4': '3.2.4', '3.1.12': '3.1.12', -- cgit v1.2.3-54-g00ecf