Browse Source

releases: update to include 3.2.4

    Adding 3.2.4 to documentation switcher and release list.

(From yocto-docs rev: b24cddff0f1367360441e3f9ff59cbed77da28ad)

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Michael Halstead 4 years ago
parent
commit
ed2d99203d
3 changed files with 3 additions and 2 deletions
  1. 1 1
      documentation/poky.yaml
  2. 1 0
      documentation/releases.rst
  3. 1 1
      documentation/sphinx-static/switchers.js

+ 1 - 1
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;"

+ 1 - 0
documentation/releases.rst

@@ -18,6 +18,7 @@
 - :yocto_docs:`3.2.1 Documentation </3.2.1>`
 - :yocto_docs:`3.2.2 Documentation </3.2.2>`
 - :yocto_docs:`3.2.3 Documentation </3.2.3>`
+- :yocto_docs:`3.2.4 Documentation </3.2.4>`
 
 ****************************
 3.1 'dunfell' Release Series

+ 1 - 1
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',