diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-01-03 18:06:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-03 22:17:13 +0000 |
commit | ee0220a2bb4d60d4d87fb9399fcb318a8608447f (patch) | |
tree | b96faebc5b0ec84f0c9c1820848750ad08c16892 /documentation/conf.py | |
parent | 56e9d560b0b9889f5b1bba713a7b4d0f562d3bba (diff) | |
download | poky-ee0220a2bb4d60d4d87fb9399fcb318a8608447f.tar.gz |
documentation: further updates for 3.1.13
(From yocto-docs rev: 89323c1df4f8026ed67fc9eccfee516f7735c267)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/conf.py')
-rw-r--r-- | documentation/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/conf.py b/documentation/conf.py index 0790b50a77..0d61afc9da 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.12" | 19 | current_version = "3.1.13" |
20 | bitbake_version = "1.46" | 20 | bitbake_version = "1.46" |
21 | 21 | ||
22 | # String used in sidebar | 22 | # String used in sidebar |