From c060f05165721fe9a45e15aa5205ae61d4da4e46 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Wed, 17 Feb 2021 06:29:46 -1000 Subject: documentation: prepare for 3.1.6 release Bump the current version to 3.1.6 (From yocto-docs rev: 660684b1a1ece4bdedfd63b9fc65d14f05c226d5) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- documentation/conf.py | 2 +- documentation/poky.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/conf.py b/documentation/conf.py index 518ebb480c..c2e9801fd9 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -16,7 +16,7 @@ import os import sys import datetime -current_version = "3.1.5" +current_version = "3.1.6" # String used in sidebar version = 'Version: ' + current_version diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 71cb29822b..ee9b2acbeb 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -1,11 +1,11 @@ -DISTRO : "3.1.5" +DISTRO : "3.1.6" DISTRO_NAME_NO_CAP : "dunfell" DISTRO_NAME : "Dunfell" DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus" -YOCTO_DOC_VERSION : "3.1.5" +YOCTO_DOC_VERSION : "3.1.6" YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2" -DISTRO_REL_TAG : "yocto-3.1.5" -POKYVERSION : "23.0.5" +DISTRO_REL_TAG : "yocto-3.1.6" +POKYVERSION : "23.0.6" YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" YOCTO_DL_URL : "https://downloads.yoctoproject.org" YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" -- cgit v1.2.3-54-g00ecf