diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-16 08:10:08 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-16 08:12:27 +0100 |
| commit | ae3bca8492fad5624b2a07e530ad43c0e2130b68 (patch) | |
| tree | 9d661051bf3e8454ae0af20c65e787c9536c61d1 /bitbake/bin | |
| parent | 2e07f1440f36d0efc304f1dbe8c1b577ce561460 (diff) | |
| download | poky-ae3bca8492fad5624b2a07e530ad43c0e2130b68.tar.gz | |
bitbake: bitbake: Bump to version 2.9.0 development version postrelease
(Bitbake rev: 67a1aa8dbb3cb3a30fa7d697431ebb30323e4f28)
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 f494eaa132..382983e087 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
| @@ -27,7 +27,7 @@ from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException | |||
| 27 | 27 | ||
| 28 | bb.utils.check_system_locale() | 28 | bb.utils.check_system_locale() |
| 29 | 29 | ||
| 30 | __version__ = "2.8.0" | 30 | __version__ = "2.9.0" |
| 31 | 31 | ||
| 32 | if __name__ == "__main__": | 32 | if __name__ == "__main__": |
| 33 | if __version__ != bb.__version__: | 33 | if __version__ != bb.__version__: |
