diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-11-20 21:11:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-04 10:55:02 +0000 |
commit | f0c12d8a61478a4f512cb2b69428ca5e29a8bcc9 (patch) | |
tree | 5177bb8dba3cc225ca697c9768432ff7fb5c632c | |
parent | 1d6dc35d6879316b8e787dae2a1bfb1b7e004bed (diff) | |
download | poky-f0c12d8a61478a4f512cb2b69428ca5e29a8bcc9.tar.gz |
conf.py: set version to 3.1.4
(From yocto-docs rev: 488a421fea826a2cff27dd009768430769f25ab0)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 a8df6e8f86..33d0ddcfd7 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 = "dev" | 19 | current_version = "3.1.4" |
20 | 20 | ||
21 | # String used in sidebar | 21 | # String used in sidebar |
22 | version = 'Version: ' + current_version | 22 | version = 'Version: ' + current_version |