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/bin | |
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/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 fcf85ce72f..9eb558b9ec 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.14.0" | 43 | __version__ = "1.15.0" |
44 | logger = logging.getLogger("BitBake") | 44 | logger = logging.getLogger("BitBake") |
45 | 45 | ||
46 | 46 | ||