summaryrefslogtreecommitdiffstats
path: root/documentation/sphinx-static/switchers.js
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-09-07 04:48:24 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-07 22:34:58 +0100
commit7c1bc90654366f7f06ba8f563faf4dc4fa829460 (patch)
tree21cf160d478aca77be0d5083aa6b50e82cb91821 /documentation/sphinx-static/switchers.js
parentbdd30be1a3815f70062d8febca91eaf042a77c3d (diff)
downloadpoky-7c1bc90654366f7f06ba8f563faf4dc4fa829460.tar.gz
documentation: prepare for 3.1.11 release
(From yocto-docs rev: cc226593701bd5a93c0bcefc0c41da1a32849912) 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 a6432ae9b0..fd55416969 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.10': '3.1.10', 6 '3.1.11': '3.1.11',
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 };