From 4cc6e61fe11eb233bdba7c1bdc110b8cdafa56f8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 20 Dec 2013 12:23:12 +0000 Subject: Update to version 1.21.1 for master Signed-off-by: Richard Purdie --- bin/bitbake | 2 +- lib/bb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/bitbake b/bin/bitbake index 5857b9242..d27fe849f 100755 --- a/bin/bitbake +++ b/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/lib/bb/__init__.py b/lib/bb/__init__.py index c0c773563..da68d0a67 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.0" +__version__ = "1.21.1" import sys if sys.version_info < (2, 7, 3): -- cgit 1.2.3-korg