1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

bitbake: bitbake: Post release version bump to 2.7.0

Bump to a development version post release.

(Bitbake rev: 28364c08f36c778a5cb2e3f20ceb052370ef153c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2024-01-05 11:14:21 +00:00
parent b0c47ae555
commit a41b54ccbd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException
bb.utils.check_system_locale() bb.utils.check_system_locale()
__version__ = "2.6.1" __version__ = "2.7.0"
if __name__ == "__main__": if __name__ == "__main__":
if __version__ != bb.__version__: if __version__ != bb.__version__:
+1 -1
View File
@@ -9,7 +9,7 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# #
__version__ = "2.6.1" __version__ = "2.7.0"
import sys import sys
if sys.version_info < (3, 8, 0): if sys.version_info < (3, 8, 0):