summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-24 17:41:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-25 14:29:18 +0000
commit2d66669b8c2e1ccd9aea73e4425198753084d426 (patch)
tree7f077d4550ef702f85133b0f579b01224b177119 /bitbake/bin
parent4a093080682ec544902ea7250c6ccbb9bf6e8fce (diff)
downloadpoky-2d66669b8c2e1ccd9aea73e4425198753084d426.tar.gz
bitbake: bitbake: Bump version to 2.9.2
After the fetcher revisions changes, we need a new version marker to match this with in OE-Core. (Bitbake rev: 8cc976e2792fdde3900729f3b09dd18ab640b5e8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 8622a7bf94..b3026b494d 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -27,7 +27,7 @@ from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException
27 27
28bb.utils.check_system_locale() 28bb.utils.check_system_locale()
29 29
30__version__ = "2.9.1" 30__version__ = "2.9.2"
31 31
32if __name__ == "__main__": 32if __name__ == "__main__":
33 if __version__ != bb.__version__: 33 if __version__ != bb.__version__: