BitBake: Tag 1.6.2 and 1.7.2 of BitBake
authorHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 1 Nov 2006 11:11:36 +0000 (11:11 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 1 Nov 2006 11:11:36 +0000 (11:11 +0000)
ChangeLog
bin/bitbake
lib/bb/__init__.py

index 8b676ec..135aba9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-Changes in BitBake 1.7.?:
+Changes in BitBake 1.7.3:
+
+Changes in BitBake 1.7.1:
     - Major updates of the dependency handling and execution
       of tasks
     - Change of the SVN Fetcher to keep the checkout around
index 08a08ef..04f1009 100755 (executable)
@@ -31,7 +31,7 @@ import itertools, optparse
 
 parsespin = itertools.cycle( r'|/-\\' )
 
-__version__ = "1.7.1"
+__version__ = "1.7.3"
 
 #============================================================================#
 # BBStatistics
index 222ff44..3532612 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.7.1"
+__version__ = "1.7.3"
 
 __all__ = [