Skip to content

Commit

Permalink
Update version to 1.15.3
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 Jul 19, 2012
1 parent c51cfaf commit befbb5c
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.15.2"
__version__ = "1.15.3"
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.15.2"
__version__ = "1.15.3"

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

0 comments on commit befbb5c

Please sign in to comment.