diff options
author | Michael Halstead <mhalstead@linuxfoundation.org> | 2021-05-24 15:20:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-25 22:26:34 +0100 |
commit | c23a25e60791b463639751b516ab63a0347a70df (patch) | |
tree | c76c3aa54d419381849d85c305355d47a3097e61 /documentation/sphinx-static | |
parent | 0c762158ca522ad25fa891b157d937d61f86cb26 (diff) | |
download | poky-c23a25e60791b463639751b516ab63a0347a70df.tar.gz |
releases: update to include 3.3.1
Adding 3.3.1 to documentation switcher and release list.
(From yocto-docs rev: db80bb70d9bea7008cb6b2795c8f617b1486ca03)
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 0e68ad3c9c..a32d872369 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | var all_versions = { | 4 | var all_versions = { |
5 | 'dev': 'dev (3.4)', | 5 | 'dev': 'dev (3.4)', |
6 | '3.3': '3.3', | 6 | '3.3.1': '3.3.1', |
7 | '3.2.4': '3.2.4', | 7 | '3.2.4': '3.2.4', |
8 | '3.1.7': '3.1.7', | 8 | '3.1.7': '3.1.7', |
9 | '3.0.4': '3.0.4', | 9 | '3.0.4': '3.0.4', |