From: Richard Purdie Date: Mon, 14 Oct 2013 15:58:46 +0000 (+0100) Subject: bitbake: Update post 1.20 to development version X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03d051b6da52ec4ee26f97aa9038622f8d87e55d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: Update post 1.20 to development version Signed-off-by: Richard Purdie --- diff --git a/bin/bitbake b/bin/bitbake index 88893f8de6b..50971a8d8fe 100755 --- a/bin/bitbake +++ b/bin/bitbake @@ -41,7 +41,7 @@ from bb import ui from bb import server from bb import cookerdata -__version__ = "1.20.0" +__version__ = "1.21.0" logger = logging.getLogger("BitBake") # Python multiprocessing requires /dev/shm diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index f4907bbd726..2480d168de9 100644 --- a/lib/bb/__init__.py +++ b/lib/bb/__init__.py @@ -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.20.0" +__version__ = "1.21.0" import sys if sys.version_info < (2, 7, 3):