summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2007-02-16 11:40:59 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2007-02-16 11:40:59 +0000
commitbc3a4b5148cec02cdf150064da6f5e65281da6a4 (patch)
tree873ae64d9ba2a1f16e9b90c760e7780e75bf5c05
parent7d31d0c5d176eaba23993f8dd96533b75b9e5886 (diff)
downloadbitbake-bc3a4b5148cec02cdf150064da6f5e65281da6a4.tar.gz
Another try: Release BitBake 1.6.6 with updated MANIFEST1.6.6
-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 8b4e330e8..bdc15d716 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -31,7 +31,7 @@ import itertools, optparse
parsespin = itertools.cycle( r'|/-\\' )
-__version__ = "1.6.5"
+__version__ = "1.6.6"
#============================================================================#
# BBParsingStatus
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 3da8c32fc..86181f275 100644
--- a/lib/bb/__init__.py
+++ b/lib/bb/__init__.py
@@ -21,7 +21,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-__version__ = "1.6.5"
+__version__ = "1.6.6"
__all__ = [