summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ed8c5c0330..44f1e43a8a 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.2" 19current_version = "3.2.1"
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 e184fa8299..ef63d6eb73 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@
1DISTRO : "3.2" 1DISTRO : "3.2.1"
2DISTRO_NAME_NO_CAP : "gatesgarth" 2DISTRO_NAME_NO_CAP : "gatesgarth"
3DISTRO_NAME : "Gatesgarth" 3DISTRO_NAME : "Gatesgarth"
4DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell" 4DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
5YOCTO_DOC_VERSION : "3.2" 5YOCTO_DOC_VERSION : "3.2.1"
6YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3" 6YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3"
7DISTRO_REL_TAG : "yocto-3.2" 7DISTRO_REL_TAG : "yocto-3.2.1"
8POKYVERSION : "24.0.0" 8POKYVERSION : "24.0.1"
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"