Message ID | 20250324174123.401420-1-richard.purdie@linuxfoundation.org |
---|---|
State | Accepted, archived |
Commit | 8cc976e2792fdde3900729f3b09dd18ab640b5e8 |
Headers | show |
Series | bitbake: Bump version to 2.9.2 | expand |
diff --git a/bin/bitbake b/bin/bitbake index 8622a7bf94..b3026b494d 100755 --- a/bin/bitbake +++ b/bin/bitbake @@ -27,7 +27,7 @@ from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException bb.utils.check_system_locale() -__version__ = "2.9.1" +__version__ = "2.9.2" if __name__ == "__main__": if __version__ != bb.__version__: diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index d3e90d03be..aa60a49342 100644 --- a/lib/bb/__init__.py +++ b/lib/bb/__init__.py @@ -9,7 +9,7 @@ # SPDX-License-Identifier: GPL-2.0-only # -__version__ = "2.9.1" +__version__ = "2.9.2" import sys if sys.version_info < (3, 9, 0):
After the fetcher revisions changes, we need a new version marker to match this with in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- bin/bitbake | 2 +- lib/bb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)