From c23a25e60791b463639751b516ab63a0347a70df Mon Sep 17 00:00:00 2001 From: Michael Halstead Date: Mon, 24 May 2021 15:20:32 -0700 Subject: releases: update to include 3.3.1 Adding 3.3.1 to documentation switcher and release list. (From yocto-docs rev: db80bb70d9bea7008cb6b2795c8f617b1486ca03) 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 0bae76f1b7..3bfc35b6fb 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -1,12 +1,12 @@ -DISTRO : "3.3" +DISTRO : "3.3.1" DISTRO_NAME_NO_CAP : "hardknott" DISTRO_NAME : "Hardknott" DISTRO_NAME_NO_CAP_MINUS_ONE : "gatesgarth" DISTRO_NAME_NO_CAP_LTS : "dunfell" -YOCTO_DOC_VERSION : "3.3" +YOCTO_DOC_VERSION : "3.3.1" YOCTO_DOC_VERSION_MINUS_ONE : "3.2.4" -DISTRO_REL_TAG : "yocto-3.3" -POKYVERSION : "25.0.0" +DISTRO_REL_TAG : "yocto-3.3.1" +POKYVERSION : "25.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 39722671c8..f278e2159c 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -9,6 +9,7 @@ ******************************* - :yocto_docs:`3.3 Documentation ` +- :yocto_docs:`3.3.1 Documentation ` ******************************* 3.2 'gatesgarth' Release Series diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 0e68ad3c9c..a32d872369 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -3,7 +3,7 @@ var all_versions = { 'dev': 'dev (3.4)', - '3.3': '3.3', + '3.3.1': '3.3.1', '3.2.4': '3.2.4', '3.1.7': '3.1.7', '3.0.4': '3.0.4', -- cgit v1.2.3-54-g00ecf