From 945cd710cb95046368a88de5a0dd405b28770a39 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 6 Feb 2013 13:07:35 +0000 Subject: [PATCH] bitbake: Update version to 1.17.0 (Bitbake rev: d96ef9398356b2a61f7cff765821616bf1e55492) 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 e86d59bd62..89289050de 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.17.0" +__version__ = "1.17.1" 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 faa94e6c36..fd04d47e4a 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.17.0" +__version__ = "1.17.1" import sys if sys.version_info < (2, 6, 0):