diff options
author | Michael Halstead <mhalstead@linuxfoundation.org> | 2021-11-18 12:53:02 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-19 11:05:20 +0000 |
commit | 63dc9002b6698f342194c93aa908f5f5e2b261fb (patch) | |
tree | 77898db67a923238cebb36a9e67c5c79f78cb0d4 /documentation/sphinx-static | |
parent | 3f4eaa3b057c78289d66873b6196c7eac05b1b92 (diff) | |
download | poky-63dc9002b6698f342194c93aa908f5f5e2b261fb.tar.gz |
releases: update to include 3.3.4
Adding 3.3.4 to documentation switcher and release list.
(From yocto-docs rev: 468e8bfb4b9bed662f1b32b0563339d0816a7e98)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 6038dbb5a7..b15f5b3c1b 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js | |||
@@ -4,7 +4,7 @@ | |||
4 | var all_versions = { | 4 | var all_versions = { |
5 | 'dev': 'dev (3.5)', | 5 | 'dev': 'dev (3.5)', |
6 | '3.4': '3.4', | 6 | '3.4': '3.4', |
7 | '3.3.3': '3.3.3', | 7 | '3.3.4': '3.3.4', |
8 | '3.2.4': '3.2.4', | 8 | '3.2.4': '3.2.4', |
9 | '3.1.11': '3.1.11', | 9 | '3.1.11': '3.1.11', |
10 | '3.0.4': '3.0.4', | 10 | '3.0.4': '3.0.4', |