From: Richard Purdie Date: Fri, 20 Dec 2013 12:23:12 +0000 (+0000) Subject: bitbake: Update to version 1.21.1 for master X-Git-Tag: rev_ivi_2015_02_04~9934 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a986f4980f70321ef6f8ecde8f2435ee8828f055;p=scm%2Fbb%2Ftizen-distro.git bitbake: Update to version 1.21.1 for master (Bitbake rev: 4cc6e61fe11eb233bdba7c1bdc110b8cdafa56f8) Signed-off-by: Richard Purdie --- diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 5857b92..d27fe84 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -41,7 +41,7 @@ from bb import ui from bb import server from bb import cookerdata -__version__ = "1.21.0" +__version__ = "1.21.1" logger = logging.getLogger("BitBake") # Python multiprocessing requires /dev/shm diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index c0c7735..da68d0a 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/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.21.0" +__version__ = "1.21.1" import sys if sys.version_info < (2, 7, 3):