1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +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:
Quentin Schulz
2021-10-21 10:43:32 +02:00
committed by Richard Purdie
parent 9b66d8fb60
commit 98d101475a
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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