summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Halstead <mhalstead@linuxfoundation.org>2021-10-25 15:04:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-26 14:04:19 +0100
commit0d4c97c24dd4bc25760bce00f3ff65e88508e882 (patch)
treeb186d38855c5295eca39fc3de6258a43441f950d /documentation
parentcc186ac962831f532d78b61489e24720b6fa8205 (diff)
downloadpoky-0d4c97c24dd4bc25760bce00f3ff65e88508e882.tar.gz
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 <mhalstead@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/releases.rst6
-rw-r--r--documentation/sphinx-static/switchers.js3
2 files changed, 8 insertions, 1 deletions
diff --git a/documentation/releases.rst b/documentation/releases.rst
index 3b9c673aa9..529d00e70e 100644
--- a/documentation/releases.rst
+++ b/documentation/releases.rst
@@ -5,6 +5,12 @@
5=========================== 5===========================
6 6
7****************************** 7******************************
8Release Series 3.4 (honister)
9******************************
10
11- :yocto_docs:`3.4 Documentation </3.4>`
12
13******************************
8Release Series 3.3 (hardknott) 14Release Series 3.3 (hardknott)
9****************************** 15******************************
10 16
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 @@
2 'use strict'; 2 'use strict';
3 3
4 var all_versions = { 4 var all_versions = {
5 'dev': 'dev (3.4)', 5 'dev': 'dev (3.5)',
6 '3.4': '3.4',
6 '3.3.3': '3.3.3', 7 '3.3.3': '3.3.3',
7 '3.2.4': '3.2.4', 8 '3.2.4': '3.2.4',
8 '3.1.11': '3.1.11', 9 '3.1.11': '3.1.11',