From 2d7f5904a8a50b8d201af46839cd118b6aefc675 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 29 Mar 2025 15:28:39 +0000 Subject: bitbake: bitbake: Update version to 2.12.0 for release (Bitbake rev: 5b4e20377eea8d428edf1aeb2187c18f82ca6757) 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 b3026b494d..09cbb54e8c 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.2" +__version__ = "2.12.0" if __name__ == "__main__": if __version__ != bb.__version__: diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index aa60a49342..5668355737 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.2" +__version__ = "2.12.0" import sys if sys.version_info < (3, 9, 0): -- cgit v1.2.3-54-g00ecf