From 512239ffde1a5076266b6f21c0ce06dd9421d47f Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 11 Feb 2006 14:31:35 +0000 Subject: [PATCH 1/1] bitbake/bin/bitbake: Bump the version and hopefull we will end up as 1.3.4 --- bin/bitbake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bitbake b/bin/bitbake index b1fd76a..2a4366a 100755 --- a/bin/bitbake +++ b/bin/bitbake @@ -31,7 +31,7 @@ import itertools, optparse parsespin = itertools.cycle( r'|/-\\' ) bbdebug = 0 -__version__ = "1.3.3" +__version__ = "1.3.3.1" #============================================================================# # BBParsingStatus -- 2.7.4