documentation: version bumps for 3.2.2 release

(From yocto-docs rev: 6bc7e80e4ce0004e8e42ac8dddbff75c521bc19f)

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-02-16 23:08:47 +08:00 committed by Richard Purdie
parent c8dc8687b7
commit 0298de9a8a
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.1"
current_version = "3.2.2"
# String used in sidebar
version = 'Version: ' + current_version

View File

@ -1,11 +1,11 @@
DISTRO : "3.2.1"
DISTRO : "3.2.2"
DISTRO_NAME_NO_CAP : "gatesgarth"
DISTRO_NAME : "Gatesgarth"
DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
YOCTO_DOC_VERSION : "3.2.1"
YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3"
DISTRO_REL_TAG : "yocto-3.2.1"
POKYVERSION : "24.0.1"
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_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
YOCTO_DL_URL : "https://downloads.yoctoproject.org"
YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"