From 0d4c97c24dd4bc25760bce00f3ff65e88508e882 Mon Sep 17 00:00:00 2001 From: Michael Halstead Date: Mon, 25 Oct 2021 15:04:28 -0700 Subject: releases: update to include 3.4 honister Adding 3.4 to the release switcher and incrementing dev to say 3.5. (From yocto-docs rev: a171e88bc572e45d700d257a9de521520b4d5d5e) Signed-off-by: Michael Halstead Signed-off-by: Richard Purdie --- documentation/releases.rst | 6 ++++++ documentation/sphinx-static/switchers.js | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/releases.rst b/documentation/releases.rst index 3b9c673aa9..529d00e70e 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -4,6 +4,12 @@ Supported Release Manuals =========================== +****************************** +Release Series 3.4 (honister) +****************************** + +- :yocto_docs:`3.4 Documentation ` + ****************************** Release Series 3.3 (hardknott) ****************************** diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 1e37b625a6..6038dbb5a7 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -2,7 +2,8 @@ 'use strict'; var all_versions = { - 'dev': 'dev (3.4)', + 'dev': 'dev (3.5)', + '3.4': '3.4', '3.3.3': '3.3.3', '3.2.4': '3.2.4', '3.1.11': '3.1.11', -- cgit v1.2.3-54-g00ecf