diff options
-rw-r--r-- | documentation/conf.py | 2 | ||||
-rw-r--r-- | documentation/poky.yaml | 8 | ||||
-rw-r--r-- | documentation/releases.rst | 1 | ||||
-rw-r--r-- | documentation/sphinx-static/switchers.js | 2 |
4 files changed, 7 insertions, 6 deletions
diff --git a/documentation/conf.py b/documentation/conf.py index 82fa325545..6f10fc151f 100644 --- a/documentation/conf.py +++ b/documentation/conf.py | |||
@@ -16,7 +16,7 @@ import os | |||
16 | import sys | 16 | import sys |
17 | import datetime | 17 | import datetime |
18 | 18 | ||
19 | current_version = "3.1.10" | 19 | current_version = "3.1.11" |
20 | 20 | ||
21 | # String used in sidebar | 21 | # String used in sidebar |
22 | version = 'Version: ' + current_version | 22 | version = 'Version: ' + current_version |
diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 590af46ebd..17426567a4 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml | |||
@@ -1,11 +1,11 @@ | |||
1 | DISTRO : "3.1.10" | 1 | DISTRO : "3.1.11" |
2 | DISTRO_NAME_NO_CAP : "dunfell" | 2 | DISTRO_NAME_NO_CAP : "dunfell" |
3 | DISTRO_NAME : "Dunfell" | 3 | DISTRO_NAME : "Dunfell" |
4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus" | 4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus" |
5 | YOCTO_DOC_VERSION : "3.1.10" | 5 | YOCTO_DOC_VERSION : "3.1.11" |
6 | YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2" | 6 | YOCTO_DOC_VERSION_MINUS_ONE : "3.0.2" |
7 | DISTRO_REL_TAG : "yocto-3.1.10" | 7 | DISTRO_REL_TAG : "yocto-3.1.11" |
8 | POKYVERSION : "23.0.10" | 8 | POKYVERSION : "23.0.11" |
9 | YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" | 9 | YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" |
10 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" | 10 | YOCTO_DL_URL : "https://downloads.yoctoproject.org" |
11 | YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" | 11 | YOCTO_AB_URL : "https://autobuilder.yoctoproject.org" |
diff --git a/documentation/releases.rst b/documentation/releases.rst index 78f604e2a1..70393084c1 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst | |||
@@ -19,6 +19,7 @@ | |||
19 | - :yocto_docs:`3.1.8 Documentation </3.1.8>` | 19 | - :yocto_docs:`3.1.8 Documentation </3.1.8>` |
20 | - :yocto_docs:`3.1.9 Documentation </3.1.9>` | 20 | - :yocto_docs:`3.1.9 Documentation </3.1.9>` |
21 | - :yocto_docs:`3.1.10 Documentation </3.1.10>` | 21 | - :yocto_docs:`3.1.10 Documentation </3.1.10>` |
22 | - :yocto_docs:`3.1.11 Documentation </3.1.11>` | ||
22 | 23 | ||
23 | ========================== | 24 | ========================== |
24 | Previous Release Manuals | 25 | Previous Release Manuals |
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index a6432ae9b0..fd55416969 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | var all_versions = { | 4 | var all_versions = { |
5 | 'dev': 'dev (3.3)', | 5 | 'dev': 'dev (3.3)', |
6 | '3.1.10': '3.1.10', | 6 | '3.1.11': '3.1.11', |
7 | '3.0.4': '3.0.4', | 7 | '3.0.4': '3.0.4', |
8 | '2.7.4': '2.7.4', | 8 | '2.7.4': '2.7.4', |
9 | }; | 9 | }; |