diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 16:07:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:41 +0100 |
commit | 0c243d399a9be65395c580d431a3b926a1c4055b (patch) | |
tree | 6211ec180760eb64ecfbea22d7e77d5b0621f1a5 /bitbake/bin | |
parent | ba27fd873515d889a4248b44056fea2f1365574e (diff) | |
download | poky-0c243d399a9be65395c580d431a3b926a1c4055b.tar.gz |
Update version to 1.15.2 (correspdoning to Yocto 1.2 release)
(Bitbake rev: 270a05b0b4ba0959fe0624d2a4885d7b70426da5)
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 a90f6c6fd1..420e69d0c9 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.1" | 43 | __version__ = "1.15.2" |
44 | logger = logging.getLogger("BitBake") | 44 | logger = logging.getLogger("BitBake") |
45 | 45 | ||
46 | 46 | ||