mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
conf: update for release 3.4
conf.py: * set version to 3.4 switchers.js: * add 3.4 release * update 'dev' to 3.5 (From yocto-docs rev: 063e21e1eaffa3e43119800bea50263e12b45f92) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
9b66d8fb60
commit
98d101475a
|
|
@ -16,7 +16,7 @@ import os
|
|||
import sys
|
||||
import datetime
|
||||
|
||||
current_version = "dev"
|
||||
current_version = "3.4"
|
||||
|
||||
# String used in sidebar
|
||||
version = 'Version: ' + current_version
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
'use strict';
|
||||
|
||||
var all_versions = {
|
||||
'dev': 'dev (3.4)',
|
||||
'dev': 'dev (3.5)',
|
||||
'3.4': '3.4',
|
||||
'3.3.3': '3.3.3',
|
||||
'3.2.4': '3.2.4',
|
||||
'3.1.11': '3.1.11',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user