From: Richard Purdie Date: Wed, 10 Apr 2013 15:08:53 +0000 (+0100) Subject: Update to version 1.18.0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94b54788cadabf6ebfb7711674646dbea6204805;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Update to version 1.18.0 Signed-off-by: Richard Purdie --- diff --git a/bin/bitbake b/bin/bitbake index 40b50e16881..96d613ea0bb 100755 --- a/bin/bitbake +++ b/bin/bitbake @@ -40,7 +40,7 @@ from bb import cooker from bb import ui from bb import server -__version__ = "1.17.1" +__version__ = "1.18.0" logger = logging.getLogger("BitBake") # Unbuffer stdout to avoid log truncation in the event diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index fd04d47e4a1..d6cf64f74eb 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.17.1" +__version__ = "1.18.0" import sys if sys.version_info < (2, 6, 0):