From 8bbaed40c14c15d17150d4bf2b4cabf826ff2b68 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 20 Dec 2013 12:23:12 +0000 Subject: [PATCH] bitbake: Update to version 1.21.1 for master (Bitbake rev: 4cc6e61fe11eb233bdba7c1bdc110b8cdafa56f8) 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 5857b9242c..d27fe849fb 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.21.0" +__version__ = "1.21.1" logger = logging.getLogger("BitBake") # Python multiprocessing requires /dev/shm diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index c0c7735637..da68d0a67e 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.21.0" +__version__ = "1.21.1" import sys if sys.version_info < (2, 7, 3):