From 36ac2c6dfd32df3d4db6b0f2f7f2fb2e469f64ed 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: 71316d2239a42f9914e64f26fa9141dfe3232354) Signed-off-by: Richard Purdie --- bitbake/lib/bb/__init__.py | 2 +- bitbake/lib/bb/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 36c4d96..64ccd44 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): diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py index 591f32b..1f19cc5 100755 --- a/bitbake/lib/bb/main.py +++ b/bitbake/lib/bb/main.py @@ -36,7 +36,7 @@ from bb import ui from bb import server from bb import cookerdata -__version__ = "1.25.0" +__version__ = "1.26.0" logger = logging.getLogger("BitBake") class BBMainException(bb.BBHandledException): -- cgit v1.1