summaryrefslogtreecommitdiffstats
path: root/documentation/sphinx-static/switchers.js
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-05-17 04:33:02 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-22 12:16:45 +0100
commit97039a5db60b328f94526d9a95de0c8ef4fc0d2e (patch)
tree4fa056818cf5ee2b6bc15fb76d1a8aa052cc642b /documentation/sphinx-static/switchers.js
parent2f920fcca18e08a01bcf9002d9f1c6ffc7d8f9ec (diff)
downloadpoky-97039a5db60b328f94526d9a95de0c8ef4fc0d2e.tar.gz
documentation: prepare for 3.1.8 release
(From yocto-docs rev: 09b64a4d246bdcca62dddee152deef7b0dea69d7) 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 cfbc5d5dbf..21a495f605 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.7': '3.1.7', 6 '3.1.8': '3.1.8',
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 };