diff options
author | Steve Sakoman <steve@sakoman.com> | 2021-04-06 05:48:42 -1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-13 14:11:52 +0100 |
commit | d705a2325adce2b41c48052166ba47cdcf6def6d (patch) | |
tree | 34baf438e2b66012fe31b250b8f3ddd2822068d4 /documentation/conf.py | |
parent | 251639560dd29bd2da5e694c1d5958ca26b12d0d (diff) | |
download | poky-d705a2325adce2b41c48052166ba47cdcf6def6d.tar.gz |
documentation: prepare for 3.1.7 release
(From yocto-docs rev: 5a54200a8702e473ecbbc3dbbdaa24169796c9e8)
Signed-off-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 c2e9801fd9..4d31850887 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.6" | 19 | current_version = "3.1.7" |
20 | 20 | ||
21 | # String used in sidebar | 21 | # String used in sidebar |
22 | version = 'Version: ' + current_version | 22 | version = 'Version: ' + current_version |