From a8a32de0fb74ff63e5490e3b5e4419146a8f7367 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 10 Apr 2014 17:47:22 +0100 Subject: bitbake: Update to version 1.22.0 Signed-off-by: Richard Purdie --- lib/bb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bb/__init__.py') diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index da68d0a67..a17f638a8 100644 --- a/lib/bb/__init__.py +++ b/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.21.1" +__version__ = "1.22.0" import sys if sys.version_info < (2, 7, 3): -- cgit 1.2.3-korg