bitbake: Update version to 1.17.0

(Bitbake rev: cc7fdbdc607df530f5539b162831bf9998eb48d8)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-11-26 09:55:32 +00:00
parent 6a2ce81fc6
commit c6dc0b9767
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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):