diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-06 13:07:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-06 13:13:01 +0000 |
commit | 945cd710cb95046368a88de5a0dd405b28770a39 (patch) | |
tree | 37bbea5dab4bb553f35dc2135fa93c62aaa7bc3d /bitbake/lib | |
parent | fe84fe0209d55b6b23b1d73ef0f878798658654d (diff) | |
download | poky-945cd710cb95046368a88de5a0dd405b28770a39.tar.gz |
bitbake: Update version to 1.17.0
(Bitbake rev: d96ef9398356b2a61f7cff765821616bf1e55492)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-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 faa94e6c36..fd04d47e4a 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.17.0" | 24 | __version__ = "1.17.1" |
25 | 25 | ||
26 | import sys | 26 | import sys |
27 | if sys.version_info < (2, 6, 0): | 27 | if sys.version_info < (2, 6, 0): |