From dd4344ef656025fcc5d0ab88934940ac6105da99 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 21 Feb 2006 00:16:11 +0000 Subject: bitbake/lib/bb/utils.py: - Fix a RDEPENDS parsing bug in utils:explode_deps() (versions containing spaces didn't parse correctly) bitbake/lib/bb/fetch/git.py: - Update git fetcher behaviour to match git changes --- lib/bb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bb/__init__.py') diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index 5191fd592..76ae97bef 100644 --- a/lib/bb/__init__.py +++ b/lib/bb/__init__.py @@ -23,7 +23,7 @@ this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. """ -__version__ = "1.3.3.1" +__version__ = "1.3.3.2" __all__ = [ -- cgit 1.2.3-korg