summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-08-15 15:28:00 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-08-15 15:28:00 +0000
commitf311181767ee72a1715f82f8fe1bd5d404d31446 (patch)
tree9821c7cecf1593ce5eb2e731716563d772c95596
parent3f59b4e3b1090b7c7f499238afe9752ef377d01d (diff)
downloadbitbake-f311181767ee72a1715f82f8fe1bd5d404d31446.tar.gz
BitBake: Bump and add Versions 1.4.5 and 1.6.1
-rwxr-xr-xbin/bitbake2
-rw-r--r--lib/bb/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/bitbake b/bin/bitbake
index c1a0ad355..12a0ec9a4 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -31,7 +31,7 @@ import itertools, optparse
parsespin = itertools.cycle( r'|/-\\' )
bbdebug = 0
-__version__ = "1.4.4"
+__version__ = "1.4.5"
#============================================================================#
# BBParsingStatus
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 51b213786..657612dcc 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.4"
+__version__ = "1.4.5"
__all__ = [