From 3059b09223dbc4808df67f4ee7e3e75a78f606c4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 24 Sep 2013 18:04:02 +0100 Subject: [PATCH] bitbake: bitbake: Update to version 1.20.0 (Bitbake rev: 2666865a27cedbffc82800b4cab1d6cff5a0222e) Signed-off-by: Richard Purdie --- bitbake/bin/bitbake | 2 +- bitbake/lib/bb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 509857efa6..222dabddbc 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -41,7 +41,7 @@ from bb import ui from bb import server from bb import cookerdata -__version__ = "1.19.1" +__version__ = "1.20.0" logger = logging.getLogger("BitBake") # Python multiprocessing requires /dev/shm diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 64491ff7f7..f4907bbd72 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.19.1" +__version__ = "1.20.0" import sys if sys.version_info < (2, 7, 3):