From 51e392106e9858eb321bc5597556d9a44bd06c49 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 11 Sep 2014 17:31:09 +0100 Subject: bitbake: bin/bitbake: Update to version 1.23.2 (Bitbake rev: e24095f54c52a547c0462836586a5d716249036e) 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 001941a29d..15115631ef 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.23.1" +__version__ = "1.23.2" import sys if sys.version_info < (2, 7, 3): -- cgit v1.2.3-54-g00ecf