From 3f59b4e3b1090b7c7f499238afe9752ef377d01d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 15 Aug 2006 15:03:10 +0000 Subject: bitbake-1.4/bin/bitbake: Assign release number 1.4.4 --- ChangeLog | 2 +- bin/bitbake | 2 +- lib/bb/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8f90a04df..d4ae3995a 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 7fbe7ed5e..c1a0ad355 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 c3e7a1665..51b213786 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__ = [ -- cgit 1.2.3-korg