documentation: prepare for 3.1.12 release

(From yocto-docs rev: f1cd4d8ae58037609556de51b33a4dbeab7f45ff)

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Steve Sakoman
2021-11-05 05:10:27 -10:00
committed by Richard Purdie
parent 19f9f7f003
commit 76c841d8a8
4 changed files with 7 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ import os
import sys
import datetime
current_version = "3.1.11"
current_version = "3.1.12"
# String used in sidebar
version = 'Version: ' + current_version

View File

@@ -1,11 +1,11 @@
DISTRO : "3.1.11"
DISTRO : "3.1.12"
DISTRO_NAME_NO_CAP : "dunfell"
DISTRO_NAME : "Dunfell"
DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
YOCTO_DOC_VERSION : "3.1.11"
YOCTO_DOC_VERSION : "3.1.12"
YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
DISTRO_REL_TAG : "yocto-3.1.11"
POKYVERSION : "23.0.11"
DISTRO_REL_TAG : "yocto-3.1.12"
POKYVERSION : "23.0.12"
YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
YOCTO_DL_URL : "https://downloads.yoctoproject.org"
YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"

View File

@@ -20,6 +20,7 @@
- :yocto_docs:`3.1.9 Documentation </3.1.9>`
- :yocto_docs:`3.1.10 Documentation </3.1.10>`
- :yocto_docs:`3.1.11 Documentation </3.1.11>`
- :yocto_docs:`3.1.12 Documentation </3.1.12>`
==========================
Previous Release Manuals

View File

@@ -3,7 +3,7 @@
var all_versions = {
'dev': 'dev (3.3)',
'3.1.11': '3.1.11',
'3.1.12': '3.1.12',
'3.0.4': '3.0.4',
'2.7.4': '2.7.4',
};