From e18c4858e5be51560cbba5d6f81a2d7c0ca5a3f7 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 17 Mar 2006 20:49:22 +0000 Subject: [PATCH] bitbake/lib/bb: Bump the minor minor version again --- lib/bb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index f83ffdc..c6c0beb 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.3" +__version__ = "1.3.3.4" __all__ = [ -- 2.7.4