diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 10:05:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 10:06:27 +0100 |
commit | 8b35b032ed47e8f8a89bce354ffd82e0301043ac (patch) | |
tree | 321b488203b62d122e2441b0efc1f841efe2151e /bitbake/lib/bb | |
parent | 218b81acb682bf0006afeb1a5c7bc4adf0549796 (diff) | |
download | poky-8b35b032ed47e8f8a89bce354ffd82e0301043ac.tar.gz |
bitbake: bitbake: Update version to 1.31.1
(Bitbake rev: 3ff1c66e6f336e5de7dcbc983a97fcd19ddc6b81)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb')
-rw-r--r-- | bitbake/lib/bb/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index a98ebd1e13..d04b05a87f 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
@@ -21,7 +21,7 @@ | |||
21 | # with this program; if not, write to the Free Software Foundation, Inc., | 21 | # with this program; if not, write to the Free Software Foundation, Inc., |
22 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 22 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
23 | 23 | ||
24 | __version__ = "1.31.0" | 24 | __version__ = "1.31.1" |
25 | 25 | ||
26 | import sys | 26 | import sys |
27 | if sys.version_info < (3, 4, 0): | 27 | if sys.version_info < (3, 4, 0): |