From 2d66669b8c2e1ccd9aea73e4425198753084d426 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 24 Mar 2025 17:41:00 +0000 Subject: [PATCH] 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 --- bitbake/bin/bitbake | 2 +- bitbake/lib/bb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 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 bb.utils.check_system_locale() -__version__ = "2.9.1" +__version__ = "2.9.2" if __name__ == "__main__": if __version__ != bb.__version__: diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index d3e90d03be..aa60a49342 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/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):