diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-24 13:17:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 11:16:07 +0000 |
commit | b1c48fb64619def3ee18286ccbb492e442e007dd (patch) | |
tree | d43bc0091050a990334d85ee596a385ec7c44ec1 /bitbake/lib/bb | |
parent | 3004f57a25514926a0c688d333ea6e6ae3486acc (diff) | |
download | poky-b1c48fb64619def3ee18286ccbb492e442e007dd.tar.gz |
bitbake: bitbake: Update version to 1.33.2
(Bitbake rev: f5ab65610d6d6c0587948b644292f57c07dece0c)
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 0f744099b6..9ad6862c70 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.33.1" | 24 | __version__ = "1.33.2" |
25 | 25 | ||
26 | import sys | 26 | import sys |
27 | if sys.version_info < (3, 4, 0): | 27 | if sys.version_info < (3, 4, 0): |