releases: conf: add link to 3.1.4, update to include 3.1.4

(From yocto-docs rev: 20b7be912040ae02fb2df652fb79b09dd5f281e8)

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Halstead 2020-12-02 14:00:22 -08:00 committed by Richard Purdie
parent 0ac99625bf
commit b3f533aec7
3 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ DISTRO_NAME : "Gatesgarth"
DISTRO_NAME_NO_CAP_MINUS_ONE : "dunfell"
DISTRO_NAME_NO_CAP_LTS : "dunfell"
YOCTO_DOC_VERSION : "3.2"
YOCTO_DOC_VERSION_MINUS_ONE : "3.1.3"
YOCTO_DOC_VERSION_MINUS_ONE : "3.1.4"
DISTRO_REL_TAG : "yocto-3.2"
POKYVERSION : "24.0.0"
YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"

View File

@ -12,6 +12,7 @@
- :yocto_docs:`3.1.1 Documentation </3.1.1>`
- :yocto_docs:`3.1.2 Documentation </3.1.2>`
- :yocto_docs:`3.1.3 Documentation </3.1.3>`
- :yocto_docs:`3.1.4 Documentation </3.1.4>`
==========================
Previous Release Manuals

View File

@ -4,7 +4,7 @@
var all_versions = {
'dev': 'dev (3.3)',
'3.2': '3.2',
'3.1.3': '3.1.3',
'3.1.4': '3.1.4',
'3.0.4': '3.0.4',
'2.7.4': '2.7.4',
};