diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-20 18:26:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-23 09:01:36 +0000 |
commit | 76c16c4fa8c956b6a248b8fb3662b8027e28bc00 (patch) | |
tree | d9e30f1a03cd8b4985b6bbdac974149f530eea14 /bitbake/lib | |
parent | 3fe81df6400448b54b47a13f27e1389b1e824ab0 (diff) | |
download | poky-76c16c4fa8c956b6a248b8fb3662b8027e28bc00.tar.gz |
Bump the version to 1.15.1
(Bitbake rev: 65c2eb1c095fe7ba3259060aefd4ba0e20cae319)
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 81f83c88d5..dce561006d 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.15.0" | 24 | __version__ = "1.15.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): |