diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-03 17:13:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-04 15:43:27 +0000 |
commit | 01f59c4169a432732bb23148caa8111cf7811b6a (patch) | |
tree | f54917a15c1b95c743cb575877dd838963fdf814 /bitbake/lib | |
parent | 52253285fe4b15fc641dcaac7a0f1f8846251726 (diff) | |
download | poky-01f59c4169a432732bb23148caa8111cf7811b6a.tar.gz |
Increment version post release
(Bitbake rev: 9c097704b4309dbe67fc360c8377edbedc354d00)
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 53abe1ae07..5dc959c7e5 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.14.0" | 24 | __version__ = "1.15.0" |
25 | 25 | ||
26 | import sys | 26 | import sys |
27 | if sys.version_info < (2, 6, 0): | 27 | if sys.version_info < (2, 6, 0): |