diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-11-09 14:05:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-09 13:16:13 +0000 |
commit | f075071761172c69f8ae2be5868d51ef9ef646e7 (patch) | |
tree | 495440c180336075732af01e1669cf5eb328b6a4 /documentation/sphinx-static/switchers.js | |
parent | 03f8c9d9f91ac9efe54e22e78575e4a248cfa62f (diff) | |
download | poky-f075071761172c69f8ae2be5868d51ef9ef646e7.tar.gz |
conf: update for release 3.2
switchers.js:
* add 3.2 release
* update 'dev' to 3.3
(From yocto-docs rev: f8b5e11bf31f2df9d86abfa5f7fcf7f3d66a4f85)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sphinx-static/switchers.js')
-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 b28d91c080..fe9841b103 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.2)', | 5 | 'dev': 'dev (3.3)', |
6 | '3.2': '3.2', | ||
6 | '3.1.3': '3.1.3', | 7 | '3.1.3': '3.1.3', |
7 | '3.0.4': '3.0.4', | 8 | '3.0.4': '3.0.4', |
8 | '2.7.4': '2.7.4', | 9 | '2.7.4': '2.7.4', |