bitbake: Update version to 1.15.3

(Bitbake rev: befbb5c9428eaf98b2ff9c4b36b0b3f2dce7fe07)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-07-19 09:54:13 +01:00
parent 798415bd21
commit 26ace2c081
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.15.2"
__version__ = "1.15.3"
logger = logging.getLogger("BitBake")

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.15.2"
__version__ = "1.15.3"
import sys
if sys.version_info < (2, 6, 0):