From 4ba4ffeb05afaf9858dafd8d4a5c4707e64abdf9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 10 Apr 2014 17:47:51 +0100 Subject: [PATCH] bitbake: bitbake: Update to version 1.23.0 for master (Bitbake rev: bb4980c63db386ce7d30d9a6b86e9f3861b3bc3a) 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 c6e8f011be..846d059319 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.22.0" +__version__ = "1.23.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 a17f638a84..30a974582c 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.22.0" +__version__ = "1.23.0" import sys if sys.version_info < (2, 7, 3):