bitbake-1.4/ChangeLog:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 18 Apr 2006 16:43:29 +0000 (16:43 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 18 Apr 2006 16:43:29 +0000 (16:43 +0000)
    -Update the 1.3.x to 1.4.0 as this is our release

bitbake-1.4/bin/bitbake
bitbake-1.4/lib/bb/__init__.py:
    -Update the version string to version 1.4

ChangeLog
bin/bitbake
lib/bb/__init__.py

index b0d1d01..60faedd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in BitBake 1.3.x:
+Changes in BitBake 1.4.0:
        - Fix to check both RDEPENDS and RDEPENDS_${PN}
        - Fix a RDEPENDS parsing bug in utils:explode_deps()
        - Update git fetcher behaviour to match git changes
index 2b11507..2b9e5bd 100755 (executable)
@@ -31,7 +31,7 @@ import itertools, optparse
 parsespin = itertools.cycle( r'|/-\\' )
 bbdebug = 0
 
-__version__ = "1.3.9"
+__version__ = "1.4.0"
 
 #============================================================================#
 # BBParsingStatus
index bfb36dd..cbeaa28 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.3.9"
+__version__ = "1.4.0"
 
 __all__ = [