bitbake: Trunk is now at version 1.7.0
authorHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 15 Aug 2006 15:28:48 +0000 (15:28 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 15 Aug 2006 15:28:48 +0000 (15:28 +0000)
bin/bitbake
lib/bb/__init__.py

index 058edd2..9be1be1 100755 (executable)
@@ -30,7 +30,7 @@ import itertools, optparse
 
 parsespin = itertools.cycle( r'|/-\\' )
 
-__version__ = "1.6.0"
+__version__ = "1.7.0"
 
 #============================================================================#
 # BBParsingStatus
index d51b705..6310e42 100644 (file)
@@ -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.0"
+__version__ = "1.7.0"
 
 __all__ = [