From d96ef9398356b2a61f7cff765821616bf1e55492 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 6 Feb 2013 13:07:35 +0000 Subject: Update version to 1.17.0 Signed-off-by: Richard Purdie --- bin/bitbake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/bitbake b/bin/bitbake index e86d59bd6..89289050d 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.0" +__version__ = "1.17.1" logger = logging.getLogger("BitBake") # Unbuffer stdout to avoid log truncation in the event -- cgit 1.2.3-korg