From 0c3423aae935c36e59d15d8bb60d7826cebc4e03 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 12 Apr 2019 13:47:55 +0100 Subject: bitbake: bitbake: Update version to 1.42.0 (Bitbake rev: 00b133af009f9e7c1a4c751b6ef4902f47a81fe2) Signed-off-by: Richard Purdie --- bitbake/lib/bb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb') diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 4bc47c8ab9..df54b6b304 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py @@ -21,7 +21,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -__version__ = "1.40.0" +__version__ = "1.42.0" import sys if sys.version_info < (3, 4, 0): -- cgit v1.2.3-54-g00ecf