summaryrefslogtreecommitdiffstats
path: root/documentation/sphinx-static/switchers.js
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-07-15 06:58:39 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-25 18:06:24 +0100
commit03aa1fa0e3aed58407b880a96ef89a0091bd86c5 (patch)
treec3a444670710d952ec6ff8a07f58fb69e8282ef0 /documentation/sphinx-static/switchers.js
parent9b7f1d687d805cbd5d235dabebc64d6f4591ea3f (diff)
downloadpoky-03aa1fa0e3aed58407b880a96ef89a0091bd86c5.tar.gz
documentation: prepare for 3.1.10 release
(From yocto-docs rev: 180d5fcb893e8b2ebcd779d1b07f5c9e8e1bceca) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sphinx-static/switchers.js')
-rw-r--r--documentation/sphinx-static/switchers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index 06d4a87091..a6432ae9b0 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.3)', 5 'dev': 'dev (3.3)',
6 '3.1.9': '3.1.9', 6 '3.1.10': '3.1.10',
7 '3.0.4': '3.0.4', 7 '3.0.4': '3.0.4',
8 '2.7.4': '2.7.4', 8 '2.7.4': '2.7.4',
9 }; 9 };