summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2007-02-14 20:53:42 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2007-02-14 20:53:42 +0000
commitdb18f31198c7acb3a8fb79618684de135fc9869b (patch)
tree0c691a1f4c0055f8794dac1cffd77824b84745a8
parent6e881d4f51852e7f26497c5a41009d06fa34d154 (diff)
downloadbitbake-db18f31198c7acb3a8fb79618684de135fc9869b.tar.gz
Tag bitbake-1.6.4 and bump version numbers
-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 41c467efe..8b4e330e8 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -31,7 +31,7 @@ import itertools, optparse
parsespin = itertools.cycle( r'|/-\\' )
-__version__ = "1.6.3"
+__version__ = "1.6.5"
#============================================================================#
# BBParsingStatus
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 07c861106..3da8c32fc 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.3"
+__version__ = "1.6.5"
__all__ = [