summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2021-01-12 09:31:58 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-13 08:57:57 +0000
commit8ba186f28c496df4e30cc15fdc230b29ad52a76a (patch)
tree1fa484b3c8f1d8c9ace5ac1ca446903d3896523d
parentd002eb44d42ccc447f66249ee71a7627ad516da3 (diff)
downloadpoky-8ba186f28c496df4e30cc15fdc230b29ad52a76a.tar.gz
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>
-rw-r--r--documentation/conf.py2
-rw-r--r--documentation/poky.yaml8
2 files changed, 5 insertions, 5 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index b6d8073ee6..518ebb480c 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -16,7 +16,7 @@ import os
16import sys 16import sys
17import datetime 17import datetime
18 18
19current_version = "3.1.4" 19current_version = "3.1.5"
20 20
21# String used in sidebar 21# String used in sidebar
22version = 'Version: ' + current_version 22version = 'Version: ' + current_version
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 9917dc7843..71cb29822b 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@
1DISTRO : "3.1.4" 1DISTRO : "3.1.5"
2DISTRO_NAME_NO_CAP : "dunfell" 2DISTRO_NAME_NO_CAP : "dunfell"
3DISTRO_NAME : "Dunfell" 3DISTRO_NAME : "Dunfell"
4DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus" 4DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
5YOCTO_DOC_VERSION : "3.1.4" 5YOCTO_DOC_VERSION : "3.1.5"
6YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2" 6YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2"
7DISTRO_REL_TAG : "yocto-3.1.4" 7DISTRO_REL_TAG : "yocto-3.1.5"
8POKYVERSION : "23.0.4" 8POKYVERSION : "23.0.5"
9YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" 9YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
10YOCTO_DL_URL : "https://downloads.yoctoproject.org" 10YOCTO_DL_URL : "https://downloads.yoctoproject.org"
11YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" 11YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"