bitbake versions:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 19 Apr 2006 19:30:16 +0000 (19:30 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 19 Apr 2006 19:30:16 +0000 (19:30 +0000)
-Make trunk 1.5.0 which will go to 1.6.0
-The stable branch is now 1.4.1 which will
 be 1.4.2 on release

bin/bitbake
lib/bb/__init__.py

index 2b9e5bd..58a973e 100755 (executable)
@@ -31,7 +31,7 @@ import itertools, optparse
 parsespin = itertools.cycle( r'|/-\\' )
 bbdebug = 0
 
-__version__ = "1.4.0"
+__version__ = "1.4.1"
 
 #============================================================================#
 # BBParsingStatus
index cbeaa28..08860c4 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.4.0"
+__version__ = "1.4.1"
 
 __all__ = [