From f526ca6ffef6bdb3a83d4b0d22f98646a2f7f89e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 1 Nov 2006 11:11:36 +0000 Subject: BitBake: Tag 1.6.2 and 1.7.2 of BitBake --- ChangeLog | 2 ++ bin/bitbake | 2 +- lib/bb/__init__.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e23029247..48bfbadcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +Changes in BitBake 1.6.3: + Changes in Bitbake 1.6.1: - Add support for the interactive flag (backported from trunk) - Ignore versions in DEPENDS (backported from trunk) diff --git a/bin/bitbake b/bin/bitbake index 8682cc533..4bac7ed4f 100755 --- a/bin/bitbake +++ b/bin/bitbake @@ -30,7 +30,7 @@ import itertools, optparse parsespin = itertools.cycle( r'|/-\\' ) -__version__ = "1.6.1" +__version__ = "1.6.3" #============================================================================# # BBParsingStatus diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index 47f46a7ac..98c0574bd 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.6.1" +__version__ = "1.6.3" __all__ = [ -- cgit 1.2.3-korg