bitbake: bin/bitbake: Update to version 1.23.2

(Bitbake rev: e24095f54c52a547c0462836586a5d716249036e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2014-09-11 17:31:09 +01:00
parent bb54fd0570
commit 51e392106e
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.23.1"
__version__ = "1.23.2"
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.23.1"
__version__ = "1.23.2"
import sys
if sys.version_info < (2, 7, 3):