bitbake: bitbake: Update to 1.25.0 as development version after release

(Bitbake rev: 94d9590a4310f96396e8e782bcf65918f4dcdb36)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2014-12-03 12:14:43 +00:00
parent b92ec90ea4
commit 9315a2b645
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ from bb import ui
from bb import server
from bb import cookerdata
__version__ = "1.24.0"
__version__ = "1.25.0"
logger = logging.getLogger("BitBake")
# Python multiprocessing requires /dev/shm

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.24.0"
__version__ = "1.25.0"
import sys
if sys.version_info < (2, 7, 3):