Skip to content

Commit

Permalink
Release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpurdie committed Nov 3, 2011
1 parent 8e4e753 commit 8df3f86
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.13.3"
__version__ = "1.14.0"
logger = logging.getLogger("BitBake")


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.13.3"
__version__ = "1.14.0"

import sys
if sys.version_info < (2, 6, 0):
Expand Down

0 comments on commit 8df3f86

Please sign in to comment.