Skip to content

Commit

Permalink
Update version to 1.13.2
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 Jun 28, 2011
1 parent 8d3c899 commit 5d41720
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 @@ -43,7 +43,7 @@ from bb import server
from bb.server import process
#from bb.server import xmlrpc

__version__ = "1.13.1"
__version__ = "1.13.2"
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.1"
__version__ = "1.13.2"

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

0 comments on commit 5d41720

Please sign in to comment.