From 26ace2c081ee86fa023c74dc7afccbd0a598940a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 19 Jul 2012 09:54:13 +0100 Subject: bitbake: Update version to 1.15.3 (Bitbake rev: befbb5c9428eaf98b2ff9c4b36b0b3f2dce7fe07) Signed-off-by: Richard Purdie --- bitbake/lib/bb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 0b3c4bf596..21bb584c2b 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.15.2" +__version__ = "1.15.3" import sys if sys.version_info < (2, 6, 0): -- cgit v1.2.3-54-g00ecf