documentation: update for 3.1.15 release

(From yocto-docs rev: 14e7f0c3d8b482e11e9df18364b39019779a619c)

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Steve Sakoman
2022-03-08 04:33:28 -10:00
committed by Richard Purdie
parent 52b59e8841
commit 3ec873af83
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ import os
import sys
import datetime
current_version = "3.1.14"
current_version = "3.1.15"
bitbake_version = "1.46"
# String used in sidebar

View File

@@ -1,11 +1,11 @@
DISTRO : "3.1.14"
DISTRO : "3.1.15"
DISTRO_NAME_NO_CAP : "dunfell"
DISTRO_NAME : "Dunfell"
DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
YOCTO_DOC_VERSION : "3.1.14"
YOCTO_DOC_VERSION : "3.1.15"
YOCTO_DOC_VERSION_MINUS_ONE : "3.0.4"
DISTRO_REL_TAG : "yocto-3.1.14"
POKYVERSION : "23.0.14"
DISTRO_REL_TAG : "yocto-3.1.15"
POKYVERSION : "23.0.15"
YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
YOCTO_DL_URL : "https://downloads.yoctoproject.org"
YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"