summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-08-15 15:26:48 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-08-15 15:26:48 +0000
commitec8d1cba1f0f397a9d5e8c7a5903fbc3b8e6bade (patch)
treee32c3981553ab4b11ed27c3bb88929466fceacad
parent6e81022ee1121b5bb18ac549fb1984500dbb96ed (diff)
downloadbitbake-1.4.4.tar.gz
Bitbake: Add version 1.4.4 and 1.6.01.4.4
-rw-r--r--ChangeLog2
-rwxr-xr-xbin/bitbake2
-rw-r--r--lib/bb/__init__.py2
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__ = [