From c88bfe215f920555b4a7cb19ae4a546911bb4dd5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 10 Apr 2013 16:10:29 +0100 Subject: [PATCH] bitbake: Update to version 1.19.0 for master (Bitbake rev: c47088a86fd8ad06c1810d04d9537c4cd01e8bef) 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 96d613ea0b..f96c1a1b6f 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -40,7 +40,7 @@ from bb import cooker from bb import ui from bb import server -__version__ = "1.18.0" +__version__ = "1.19.0" logger = logging.getLogger("BitBake") # Unbuffer stdout to avoid log truncation in the event diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index d6cf64f74e..deed4e6e05 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.18.0" +__version__ = "1.19.0" import sys if sys.version_info < (2, 6, 0):