diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-30 21:22:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-31 09:13:04 +0100 |
commit | e26087f09140153b54f6c5e65f596acbc1a80f16 (patch) | |
tree | 572ba9046d929e99f49bf98174a896da790e3212 /bitbake/bin | |
parent | d73da22b0e332411ed5552d36910fe15f92c8fac (diff) | |
download | poky-e26087f09140153b54f6c5e65f596acbc1a80f16.tar.gz |
bitbake: Bump version to 1.29.1
(Bitbake rev: 2f6be16c274974be5eb07641374d691ef049fe76)
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 effbfba110..9d302a868c 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -35,7 +35,7 @@ except RuntimeError as exc: | |||
35 | from bb import cookerdata | 35 | from bb import cookerdata |
36 | from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException | 36 | from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException |
37 | 37 | ||
38 | __version__ = "1.29.0" | 38 | __version__ = "1.29.1" |
39 | 39 | ||
40 | if __name__ == "__main__": | 40 | if __name__ == "__main__": |
41 | if __version__ != bb.__version__: | 41 | if __version__ != bb.__version__: |