From 5756684d672e46b0974c3af1921a03b9c1fac40f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 25 Mar 2015 12:49:06 +0000 Subject: bitbake: Update to version 1.26.0 (Bitbake rev: 14da7bc06bc6ea6fd051c0afd8d4839d96f415e7) Signed-off-by: Richard Purdie --- bitbake/lib/bb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/__init__.py') diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 36c4d9663d..64ccd445b4 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.25.0" +__version__ = "1.26.0" import sys if sys.version_info < (2, 7, 3): -- cgit v1.2.3-54-g00ecf