From afcf8e87aa26f90c2edd7d00835ef088a5b21596 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 1 May 2014 22:47:42 +0100 Subject: [PATCH] bitbake: bitbake: Bump version to 1.23.1 (Bitbake rev: c40a4100ddb841d231360344616e59ab98e61fb5) 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 846d059319..86d32cff09 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.23.0" +__version__ = "1.23.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 30a974582c..1478dd23ba 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.23.0" +__version__ = "1.23.1" import sys if sys.version_info < (2, 7, 3):