From 94b54788cadabf6ebfb7711674646dbea6204805 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 10 Apr 2013 16:08:53 +0100 Subject: Update to version 1.18.0 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 40b50e168..96d613ea0 100755 --- a/bin/bitbake +++ b/bin/bitbake @@ -40,7 +40,7 @@ from bb import cooker from bb import ui from bb import server -__version__ = "1.17.1" +__version__ = "1.18.0" logger = logging.getLogger("BitBake") # Unbuffer stdout to avoid log truncation in the event diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index fd04d47e4..d6cf64f74 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.17.1" +__version__ = "1.18.0" import sys if sys.version_info < (2, 6, 0): -- cgit 1.2.3-korg