Bitbake: Add version 1.4.4 and 1.6.0 1.4.4
authorHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 15 Aug 2006 15:26:48 +0000 (15:26 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 15 Aug 2006 15:26:48 +0000 (15:26 +0000)
ChangeLog
bin/bitbake
lib/bb/__init__.py

index 8f90a04..d4ae399 100644 (file)
--- 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
 
index 7fbe7ed..c1a0ad3 100755 (executable)
@@ -31,7 +31,7 @@ import itertools, optparse
 parsespin = itertools.cycle( r'|/-\\' )
 bbdebug = 0
 
-__version__ = "1.4.3"
+__version__ = "1.4.4"
 
 #============================================================================#
 # BBParsingStatus
index c3e7a16..51b2137 100644 (file)
@@ -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__ = [