From 1423508b29fc557d8a1305f39c33de33e28d9003 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 19 Apr 2017 10:42:07 +0100 Subject: bitbake: bitbake: Update version to 1.34.0 for stable release (Bitbake rev: b4da94a368c6c44c6e5b6e6e9a1e041ed84b4554) 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 b3567b10a3..bfe0ca5d80 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.33.4" +__version__ = "1.34.0" import sys if sys.version_info < (3, 4, 0): -- cgit v1.2.3-54-g00ecf