From: Holger Hans Peter Freyther Date: Tue, 15 Aug 2006 15:26:48 +0000 (+0000) Subject: Bitbake: Add version 1.4.4 and 1.6.0 X-Git-Tag: 1.4.4 X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_bitbake;a=commitdiff_plain;h=ec8d1cba1f0f397a9d5e8c7a5903fbc3b8e6bade Bitbake: Add version 1.4.4 and 1.6.0 --- diff --git a/ChangeLog b/ChangeLog index 8f90a04..d4ae399 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes in Bitbake 1.4.x: +Changes in Bitbake 1.4.4: - SRCDATE now handling courtsey Justin Patrin - #1017 fix to work with rm_work diff --git a/bin/bitbake b/bin/bitbake index 7fbe7ed..c1a0ad3 100755 --- a/bin/bitbake +++ b/bin/bitbake @@ -31,7 +31,7 @@ import itertools, optparse parsespin = itertools.cycle( r'|/-\\' ) bbdebug = 0 -__version__ = "1.4.3" +__version__ = "1.4.4" #============================================================================# # BBParsingStatus diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index c3e7a16..51b2137 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.3" +__version__ = "1.4.4" __all__ = [