summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-04-18 16:43:29 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-04-18 16:43:29 +0000
commit893f65b1272006dece6f4f49f593b479a6ab3782 (patch)
tree28d0b67994f1703f2fab97eaaf1cc6fde665ce10
parent3e385eaeda170973eac1dd82e48dca321020fde6 (diff)
downloadbitbake-893f65b1272006dece6f4f49f593b479a6ab3782.tar.gz
bitbake-1.4/ChangeLog:
-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
-rw-r--r--ChangeLog2
-rwxr-xr-xbin/bitbake2
-rw-r--r--lib/bb/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b0d1d0136..60faedd53 100644
--- 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
diff --git a/bin/bitbake b/bin/bitbake
index 2b11507e5..2b9e5bd04 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -31,7 +31,7 @@ import itertools, optparse
parsespin = itertools.cycle( r'|/-\\' )
bbdebug = 0
-__version__ = "1.3.9"
+__version__ = "1.4.0"
#============================================================================#
# BBParsingStatus
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index bfb36dd09..cbeaa28ee 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.3.9"
+__version__ = "1.4.0"
__all__ = [