Bump the version to 1.15.1

(Bitbake rev: 65c2eb1c095fe7ba3259060aefd4ba0e20cae319)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-01-20 18:26:36 +00:00
parent 3fe81df640
commit 76c16c4fa8
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.0"
__version__ = "1.15.1"
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.0"
__version__ = "1.15.1"
import sys
if sys.version_info < (2, 6, 0):