diff options
author | Michael Halstead <mhalstead@linuxfoundation.org> | 2021-10-25 15:04:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-26 14:04:19 +0100 |
commit | 0d4c97c24dd4bc25760bce00f3ff65e88508e882 (patch) | |
tree | b186d38855c5295eca39fc3de6258a43441f950d /documentation/sphinx-static | |
parent | cc186ac962831f532d78b61489e24720b6fa8205 (diff) | |
download | poky-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/sphinx-static')
-rw-r--r-- | documentation/sphinx-static/switchers.js | 3 |
1 files changed, 2 insertions, 1 deletions
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', |