diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-06 23:31:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-06 23:33:17 +0100 |
commit | e955b5dd76626d53df4982709e931408ac1173fd (patch) | |
tree | 497c91e51fa33fba79f2300d82ad913fad4a758d /bitbake/bin | |
parent | 4fd14e3c2d4e19ab8e94949e174010023bc38c83 (diff) | |
download | poky-e955b5dd76626d53df4982709e931408ac1173fd.tar.gz |
bitbake: Update version to 1.30.0
(Bitbake rev: 292bffc8412cd0ddc0c6d16e872c7801e1a67890)
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 9d302a868c..b03683e12f 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.1" | 38 | __version__ = "1.30.0" |
39 | 39 | ||
40 | if __name__ == "__main__": | 40 | if __name__ == "__main__": |
41 | if __version__ != bb.__version__: | 41 | if __version__ != bb.__version__: |