1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

documentation: prepare for 3.1.5 release

Bump the current version to 3.1.5

(From yocto-docs rev: b367b2ece436cdd86f8408fbec1b263e03ed4267)

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-01-12 09:31:58 -10:00
committed by Richard Purdie
parent d002eb44d4
commit 8ba186f28c
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import os
import sys import sys
import datetime import datetime
current_version = "3.1.4" current_version = "3.1.5"
# String used in sidebar # String used in sidebar
version = 'Version: ' + current_version version = 'Version: ' + current_version
+4 -4
View File
@@ -1,11 +1,11 @@
DISTRO : "3.1.4" DISTRO : "3.1.5"
DISTRO_NAME_NO_CAP : "dunfell" DISTRO_NAME_NO_CAP : "dunfell"
DISTRO_NAME : "Dunfell" DISTRO_NAME : "Dunfell"
DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus" DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
YOCTO_DOC_VERSION : "3.1.4" YOCTO_DOC_VERSION : "3.1.5"
YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2" YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
DISTRO_REL_TAG : "yocto-3.1.4" DISTRO_REL_TAG : "yocto-3.1.5"
POKYVERSION : "23.0.4" POKYVERSION : "23.0.5"
YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
YOCTO_DL_URL : "https://downloads.yoctoproject.org" YOCTO_DL_URL : "https://downloads.yoctoproject.org"
YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"