diff options
Diffstat (limited to 'poky/documentation/sphinx-static/switchers.js')
-rw-r--r-- | poky/documentation/sphinx-static/switchers.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/poky/documentation/sphinx-static/switchers.js b/poky/documentation/sphinx-static/switchers.js index b28d91c08..fe9841b10 100644 --- a/poky/documentation/sphinx-static/switchers.js +++ b/poky/documentation/sphinx-static/switchers.js @@ -2,7 +2,8 @@ 'use strict'; var all_versions = { - 'dev': 'dev (3.2)', + 'dev': 'dev (3.3)', + '3.2': '3.2', '3.1.3': '3.1.3', '3.0.4': '3.0.4', '2.7.4': '2.7.4', |