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/bin | |
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/bin')
-rwxr-xr-x | bitbake/bin/bitbake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index c2e682221d..6da4980e5d 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -40,7 +40,7 @@ from bb import cooker | |||
40 | from bb import ui | 40 | from bb import ui |
41 | from bb import server | 41 | from bb import server |
42 | 42 | ||
43 | __version__ = "1.15.0" | 43 | __version__ = "1.15.1" |
44 | logger = logging.getLogger("BitBake") | 44 | logger = logging.getLogger("BitBake") |
45 | 45 | ||
46 | 46 | ||