documentation: version bumps for 3.2.3 release

(From yocto-docs rev: 10ea3bc5691bdf32df47a28252ce4b74ca7fd646)

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Anuj Mittal 2021-03-25 10:19:19 +08:00 committed by Richard Purdie
parent 7d600f2169
commit 430d1124c9
2 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ import os
import sys
import datetime
current_version = "3.2.2"
current_version = "3.2.3"
# String used in sidebar
version = 'Version: ' + current_version

View File

@ -1,11 +1,11 @@
DISTRO : "3.2.2"
DISTRO : "3.2.3"
DISTRO_NAME_NO_CAP : "gatesgarth"
DISTRO_NAME : "Gatesgarth"
DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
YOCTO_DOC_VERSION : "3.2.2"
YOCTO_DOC_VERSION_MINUS_ONE : "3.1.5"
DISTRO_REL_TAG : "yocto-3.2.2"
POKYVERSION : "24.0.2"
YOCTO_DOC_VERSION : "3.2.3"
YOCTO_DOC_VERSION_MINUS_ONE : "3.1.6"
DISTRO_REL_TAG : "yocto-3.2.3"
POKYVERSION : "24.0.3"
YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
YOCTO_DL_URL : "https://downloads.yoctoproject.org"
YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"