summaryrefslogtreecommitdiffstats
path: root/documentation/sphinx-static/switchers.js
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-11-05 05:10:27 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-12 17:26:17 +0000
commit76c841d8a8386c0170b0317a12188cd945214c6d (patch)
treecbd17af55daf00955125366a8204e1697460959f /documentation/sphinx-static/switchers.js
parent19f9f7f003e77e3edf6a90f832c3449d081a4a53 (diff)
downloadpoky-76c841d8a8386c0170b0317a12188cd945214c6d.tar.gz
documentation: prepare for 3.1.12 release
(From yocto-docs rev: f1cd4d8ae58037609556de51b33a4dbeab7f45ff) 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 fd55416969..87160d8ba9 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.11': '3.1.11', 6 '3.1.12': '3.1.12',
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 };