From f0c5451e5974d4810bb6c7baca90e87b1e2ee149 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 28 Jun 2011 15:26:29 +0100 Subject: Update version to 1.13.2 (Bitbake rev: 5d41720d1550c04aac76275614ca15110c1c7f52) Signed-off-by: Richard Purdie --- bitbake/lib/bb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb') diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 75125438d2..ef9d49df8a 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.1" +__version__ = "1.13.2" import sys if sys.version_info < (2, 6, 0): -- cgit v1.2.3-54-g00ecf