From 4ba4ffeb05afaf9858dafd8d4a5c4707e64abdf9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 10 Apr 2014 17:47:51 +0100 Subject: bitbake: bitbake: Update to version 1.23.0 for master (Bitbake rev: bb4980c63db386ce7d30d9a6b86e9f3861b3bc3a) 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 a17f638a84..30a974582c 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.22.0" +__version__ = "1.23.0" import sys if sys.version_info < (2, 7, 3): -- cgit v1.2.3-54-g00ecf