From cc7fdbdc607df530f5539b162831bf9998eb48d8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 26 Nov 2012 09:55:32 +0000 Subject: Update version to 1.17.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 70099e429..324ee4fa5 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.16.0" +__version__ = "1.17.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 c7da64d45..660fd5bf5 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.16.0" +__version__ = "1.17.0" import sys if sys.version_info < (2, 6, 0): -- cgit 1.2.3-korg