From 6494c05e8097569416ebe368c5de5778ce7a7118 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 2 Oct 2012 11:27:13 +0100 Subject: bitbake: Update version to 1.16.0 (Bitbake rev: a579754a04bdcf450e6957dde614a15c11df39e2) Signed-off-by: Richard Purdie --- bitbake/bin/bitbake | 2 +- bitbake/lib/bb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbake') diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 37c10451dc..cb5d84adbe 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -40,7 +40,7 @@ from bb import cooker from bb import ui from bb import server -__version__ = "1.15.3" +__version__ = "1.16.0" logger = logging.getLogger("BitBake") # Unbuffer stdout to avoid log truncation in the event diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 21bb584c2b..c7da64d453 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.15.3" +__version__ = "1.16.0" import sys if sys.version_info < (2, 6, 0): -- cgit v1.2.3-54-g00ecf