Skip to content

Commit

Permalink
Update version to 1.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
rpurdie committed Nov 26, 2012
1 parent 1cccb3b commit cc7fdbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/bitbake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/bb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit cc7fdbd

Please sign in to comment.