summaryrefslogtreecommitdiffstats
path: root/documentation/sphinx-static/switchers.js
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-04-06 05:48:42 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-13 14:11:52 +0100
commitd705a2325adce2b41c48052166ba47cdcf6def6d (patch)
tree34baf438e2b66012fe31b250b8f3ddd2822068d4 /documentation/sphinx-static/switchers.js
parent251639560dd29bd2da5e694c1d5958ca26b12d0d (diff)
downloadpoky-d705a2325adce2b41c48052166ba47cdcf6def6d.tar.gz
documentation: prepare for 3.1.7 release
(From yocto-docs rev: 5a54200a8702e473ecbbc3dbbdaa24169796c9e8) 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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index b28d91c080..cfbc5d5dbf 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -2,8 +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.1.3': '3.1.3', 6 '3.1.7': '3.1.7',
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 };