From 5242b280a5a9c815b77ebfdba668ef961e7ddbfe Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 19 Apr 2006 19:30:16 +0000 Subject: bitbake versions: -Make trunk 1.5.0 which will go to 1.6.0 -The stable branch is now 1.4.1 which will be 1.4.2 on release --- bin/bitbake | 2 +- lib/bb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/bitbake b/bin/bitbake index 2b9e5bd04..58a973e99 100755 --- a/bin/bitbake +++ b/bin/bitbake @@ -31,7 +31,7 @@ import itertools, optparse parsespin = itertools.cycle( r'|/-\\' ) bbdebug = 0 -__version__ = "1.4.0" +__version__ = "1.4.1" #============================================================================# # BBParsingStatus diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index cbeaa28ee..08860c409 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.4.0" +__version__ = "1.4.1" __all__ = [ -- cgit 1.2.3-korg