From 97039a5db60b328f94526d9a95de0c8ef4fc0d2e Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Mon, 17 May 2021 04:33:02 -1000 Subject: documentation: prepare for 3.1.8 release (From yocto-docs rev: 09b64a4d246bdcca62dddee152deef7b0dea69d7) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- documentation/conf.py | 2 +- documentation/poky.yaml | 8 ++++---- documentation/releases.rst | 1 + documentation/sphinx-static/switchers.js | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/documentation/conf.py b/documentation/conf.py index 4d31850887..7a57b30652 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -16,7 +16,7 @@ import os import sys import datetime -current_version = "3.1.7" +current_version = "3.1.8" # String used in sidebar version = 'Version: ' + current_version diff --git a/documentation/poky.yaml b/documentation/poky.yaml index d72e68c21a..8d42c44964 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -1,11 +1,11 @@ -DISTRO : "3.1.7" +DISTRO : "3.1.8" DISTRO_NAME_NO_CAP : "dunfell" DISTRO_NAME : "Dunfell" DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus" -YOCTO_DOC_VERSION : "3.1.7" +YOCTO_DOC_VERSION : "3.1.8" YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2" -DISTRO_REL_TAG : "yocto-3.1.7" -POKYVERSION : "23.0.7" +DISTRO_REL_TAG : "yocto-3.1.8" +POKYVERSION : "23.0.8" YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" YOCTO_DL_URL : "https://downloads.yoctoproject.org" YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" diff --git a/documentation/releases.rst b/documentation/releases.rst index 2311fa885e..88740a63fd 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -16,6 +16,7 @@ - :yocto_docs:`3.1.5 Documentation ` - :yocto_docs:`3.1.6 Documentation ` - :yocto_docs:`3.1.7 Documentation ` +- :yocto_docs:`3.1.7 Documentation ` ========================== Previous Release Manuals diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index cfbc5d5dbf..21a495f605 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -3,7 +3,7 @@ var all_versions = { 'dev': 'dev (3.3)', - '3.1.7': '3.1.7', + '3.1.8': '3.1.8', '3.0.4': '3.0.4', '2.7.4': '2.7.4', }; -- cgit v1.2.3-54-g00ecf