From 05ca2756933d85b4c7578642e384fa9e6376b1cc Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 25 Jul 2011 13:50:38 +0100 Subject: Update version to 1.13.3 (Bitbake rev: f0b5d16426b983a67c51c47f3542162108bd4156) Signed-off-by: Richard Purdie --- bitbake/bin/bitbake | 2 +- bitbake/lib/bb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 5398cf122a..fdeeb36a40 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.13.2" +__version__ = "1.13.3" logger = logging.getLogger("BitBake") diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index ef9d49df8a..06d865994c 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.13.2" +__version__ = "1.13.3" import sys if sys.version_info < (2, 6, 0): -- cgit v1.2.3-54-g00ecf