From 03d051b6da52ec4ee26f97aa9038622f8d87e55d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 14 Oct 2013 16:58:46 +0100 Subject: [PATCH] bitbake: Update post 1.20 to development version 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 88893f8de6b..50971a8d8fe 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.20.0" +__version__ = "1.21.0" logger = logging.getLogger("BitBake") # Python multiprocessing requires /dev/shm diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index f4907bbd726..2480d168de9 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.20.0" +__version__ = "1.21.0" import sys if sys.version_info < (2, 7, 3): -- 2.47.3