diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 22706a0fb6..c9b87de476 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml @@ -4,7 +4,7 @@ DISTRO_NAME : "Hardknott" DISTRO_NAME_NO_CAP_MINUS_ONE : "gatesgarth" DISTRO_NAME_NO_CAP_LTS : "dunfell" YOCTO_DOC_VERSION : "3.3" -YOCTO_DOC_VERSION_MINUS_ONE : "3.2.3" +YOCTO_DOC_VERSION_MINUS_ONE : "3.2.4" DISTRO_REL_TAG : "yocto-3.3" POKYVERSION : "25.0.0" YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" diff --git a/documentation/releases.rst b/documentation/releases.rst index b95a6edf5d..39722671c8 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst @@ -18,6 +18,7 @@ - :yocto_docs:`3.2.1 Documentation ` - :yocto_docs:`3.2.2 Documentation ` - :yocto_docs:`3.2.3 Documentation ` +- :yocto_docs:`3.2.4 Documentation ` **************************** 3.1 'dunfell' Release Series diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 3f62e29b97..0e68ad3c9c 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js @@ -4,7 +4,7 @@ var all_versions = { 'dev': 'dev (3.4)', '3.3': '3.3', - '3.2.3': '3.2.3', + '3.2.4': '3.2.4', '3.1.7': '3.1.7', '3.0.4': '3.0.4', '2.7.4': '2.7.4',