diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-22 13:37:50 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-23 12:12:18 +0000 |
| commit | 77be687a37773ac0d70e61fdaf65f800cb628c80 (patch) | |
| tree | b796b99ab7939a4c416a34039562f4d06315b053 /bitbake | |
| parent | 42c92cbc83a56249203aeb23fe524f9b4eebbdf9 (diff) | |
| download | poky-77be687a37773ac0d70e61fdaf65f800cb628c80.tar.gz | |
bitbake: bitbake: Bump to version 2.3.1
So that OE-Core can depend on bb.event.check_for_interrupts(), bump our
verison number to a development series version.
(Bitbake rev: dea1b2f3fc31f28daed5da16e62da8895d6e5716)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
| -rwxr-xr-x | bitbake/bin/bitbake | 2 | ||||
| -rw-r--r-- | bitbake/lib/bb/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index f869eb4854..21fb100e9a 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
| @@ -27,7 +27,7 @@ from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException | |||
| 27 | 27 | ||
| 28 | bb.utils.check_system_locale() | 28 | bb.utils.check_system_locale() |
| 29 | 29 | ||
| 30 | __version__ = "2.2.0" | 30 | __version__ = "2.3.1" |
| 31 | 31 | ||
| 32 | if __name__ == "__main__": | 32 | if __name__ == "__main__": |
| 33 | if __version__ != bb.__version__: | 33 | if __version__ != bb.__version__: |
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 4e90964173..56be5a831e 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | # SPDX-License-Identifier: GPL-2.0-only | 9 | # SPDX-License-Identifier: GPL-2.0-only |
| 10 | # | 10 | # |
| 11 | 11 | ||
| 12 | __version__ = "2.2.0" | 12 | __version__ = "2.3.1" |
| 13 | 13 | ||
| 14 | import sys | 14 | import sys |
| 15 | if sys.version_info < (3, 8, 0): | 15 | if sys.version_info < (3, 8, 0): |
