diff options
author | Steve Sakoman <steve@sakoman.com> | 2022-01-20 11:57:18 -1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-17 17:53:03 +0000 |
commit | 3d5dd4dd8d66650615a01cd210ff101daa60c0df (patch) | |
tree | 628377194f2e05f13b1712f05cd7fee02e94edaa /documentation/conf.py | |
parent | 7f93b8dff575836e733a67203c9997a40dd18d1e (diff) | |
download | poky-3d5dd4dd8d66650615a01cd210ff101daa60c0df.tar.gz |
documentation: update for 3.1.14 release
(From yocto-docs rev: 1617120ac3a8fd0af1ba42319198f1677de4596e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.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 0d61afc9da..01d5e00c11 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.13" | 19 | current_version = "3.1.14" |
20 | bitbake_version = "1.46" | 20 | bitbake_version = "1.46" |
21 | 21 | ||
22 | # String used in sidebar | 22 | # String used in sidebar |