From fd0de1368e45a5f8ca0516d55bc149c88f4b7f3a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Apr 2023 17:28:31 +0100 Subject: bitbake: bitbake: Bump to version 2.4.0 (Bitbake rev: 46e1ea2e9a203992bb4de48ea21a8e736419ada2) 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 21fb100e9a..42ab14876e 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.3.1" +__version__ = "2.4.0" if __name__ == "__main__": if __version__ != bb.__version__: diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 56be5a831e..0e2d8677b8 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.3.1" +__version__ = "2.4.0" import sys if sys.version_info < (3, 8, 0): -- cgit v1.2.3-54-g00ecf