mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
conf: update for release 3.2
conf.py: * set version to 3.2 switchers.js * add 3.2 release * update 'dev' to 3.3 (From yocto-docs rev: eac8b251be5cd28ebec32345562c838dd5f43b00) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b7a7dde44a
commit
cdae385f7d
|
@ -16,7 +16,7 @@ import os
|
|||
import sys
|
||||
import datetime
|
||||
|
||||
current_version = "dev"
|
||||
current_version = "3.2"
|
||||
|
||||
# String used in sidebar
|
||||
version = 'Version: ' + current_version
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user