From 6204a3f5f45d785030b2256d584acb10d7f2bc0d Mon Sep 17 00:00:00 2001 From: Michael Halstead Date: Mon, 19 Apr 2021 13:45:33 -0700 Subject: releases: update to include 3.3 Adding Hardknott to documentation switcher and release list. (From yocto-docs rev: d1578f6ae84d0c44c63632bd5f3146653f1310a3) Signed-off-by: Michael Halstead Signed-off-by: Richard Purdie --- documentation/sphinx-static/switchers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'documentation/sphinx-static/switchers.js') diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 7a4edc9e77..96efab2e84 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -2,7 +2,8 @@ 'use strict'; var all_versions = { - 'dev': 'dev (3.3)', + 'dev': 'dev (3.4)', + '3.3': '3.3', '3.2.3': '3.2.3', '3.1.6': '3.1.6', '3.0.4': '3.0.4', -- cgit v1.2.3-54-g00ecf