diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-20 14:58:00 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-20 14:58:00 +0000 |
commit | 05c49eaac2d5bb58929b69cbd67dc4fe62cc8a6d (patch) | |
tree | db5a425d9ecf576f2c364c4861dc9fc7355c8228 /bitbake/bin | |
parent | 079e6825aacec7ef9b3976c9057363b690a43ce5 (diff) | |
download | poky-05c49eaac2d5bb58929b69cbd67dc4fe62cc8a6d.tar.gz |
bitbake: Update to 1.8.10 release
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3555 311d38ba-8fff-0310-9ca6-ca027cbcb966
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 384175d852..4492bf045b 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -27,7 +27,7 @@ sys.path.insert(0,os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])), 'l | |||
27 | import bb | 27 | import bb |
28 | from bb import cooker | 28 | from bb import cooker |
29 | 29 | ||
30 | __version__ = "1.8.9" | 30 | __version__ = "1.8.11" |
31 | 31 | ||
32 | #============================================================================# | 32 | #============================================================================# |
33 | # BBOptions | 33 | # BBOptions |