From 969ac64adab236ce2d5196bcc294005a497913ae Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 14 Feb 2021 11:39:46 +0000 Subject: bitbake: Bump version to 1.49.2 This allows metadata to rely upon BB_DEFAULT_UMASK. Signed-off-by: Richard Purdie --- lib/bb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index e3f40a329..84a9051c1 100644 --- a/lib/bb/__init__.py +++ b/lib/bb/__init__.py @@ -9,7 +9,7 @@ # SPDX-License-Identifier: GPL-2.0-only # -__version__ = "1.49.1" +__version__ = "1.49.2" import sys if sys.version_info < (3, 5, 0): -- cgit 1.2.3-korg