From ab55ae5d390ab1c21d53542ac01ba9510f053de6 Mon Sep 17 00:00:00 2001 From: Michael Halstead Date: Fri, 17 Sep 2021 13:48:37 -0700 Subject: [PATCH] releases: update to include 3.3.3 Adding 3.3.3 to documentation switcher and release list. (From yocto-docs rev: cc88f73ea0e38f536cb3e05b504df80048856a84) 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 19441f099d..feb792fb49 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -1,12 +1,12 @@ -DISTRO : "3.3.2" +DISTRO : "3.3.3" 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.2" +YOCTO_DOC_VERSION : "3.3.3" YOCTO_DOC_VERSION_MINUS_ONE : "3.2.4" -DISTRO_REL_TAG : "yocto-3.3.2" -POKYVERSION : "25.0.2" +DISTRO_REL_TAG : "yocto-3.3.3" +POKYVERSION : "25.0.3" 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 3f96464075..436f20a29d 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -11,6 +11,7 @@ Release Series 3.3 (hardknott) - :yocto_docs:`3.3 Documentation ` - :yocto_docs:`3.3.1 Documentation ` - :yocto_docs:`3.3.2 Documentation ` +- :yocto_docs:`3.3.2 Documentation ` ******************************* Release Series 3.2 (gatesgarth) diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 6243724dae..a693fefb0c 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.2': '3.3.2', + '3.3.3': '3.3.3', '3.2.4': '3.2.4', '3.1.10': '3.1.10', '3.0.4': '3.0.4',