summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-11-01 11:11:36 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-11-01 11:11:36 +0000
commitb72be28933502be03bf20a837e08913e898d66ab (patch)
treea7b6e6ae7ff47452a7a9a4ceff127c261482d7f0
parent398ea7160a8652b2994f80bfac457962dddd26fa (diff)
downloadbitbake-b72be28933502be03bf20a837e08913e898d66ab.tar.gz
BitBake: Tag 1.6.2 and 1.7.2 of BitBake1.6.2
-rw-r--r--ChangeLog2
-rwxr-xr-xbin/bitbake2
-rw-r--r--lib/bb/__init__.py2
3 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e23029247..2b811f38a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+Changes in Bitbake 1.6.2:
+
Changes in Bitbake 1.6.1:
- Add support for the interactive flag (backported from trunk)
- Ignore versions in DEPENDS (backported from trunk)
diff --git a/bin/bitbake b/bin/bitbake
index 8682cc533..276b6d45f 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -30,7 +30,7 @@ import itertools, optparse
parsespin = itertools.cycle( r'|/-\\' )
-__version__ = "1.6.1"
+__version__ = "1.6.2"
#============================================================================#
# BBParsingStatus
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 47f46a7ac..df79bcf78 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.6.1"
+__version__ = "1.6.2"
__all__ = [