summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-06-10 17:19:22 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-06-10 17:19:22 +0000
commit8f5ba3ae42ecc814ac25e436506c3ae135c9ccb1 (patch)
treebf5f60ff2a91b685582c0bccef596514827c0bca
parent8ce0d0a7c7870e7057f1a8c60dc847a14e2950d8 (diff)
downloadbitbake-1.8.4.tar.gz
Release bitbake 1.8.41.8.4
-rw-r--r--ChangeLog2
-rwxr-xr-xbin/bitbake2
-rw-r--r--lib/bb/__init__.py2
3 files changed, 2 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bac05c49..1ea2a440a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,3 @@
-Changes in Bitbake 1.8.x:
-
Changes in Bitbake 1.8.4:
- Make sure __inherit_cache is updated before calling include() (from Michael Krelin)
- Fix bug when target was in ASSUME_PROVIDED (#2236)
diff --git a/bin/bitbake b/bin/bitbake
index 801070aad..75199caa1 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -27,7 +27,7 @@ sys.path.insert(0,os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])), 'l
import bb
from bb import cooker
-__version__ = "1.8.5"
+__version__ = "1.8.4"
#============================================================================#
# BBOptions
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index c12eda25f..263652b33 100644
--- a/lib/bb/__init__.py
+++ b/lib/bb/__init__.py
@@ -21,7 +21,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-__version__ = "1.8.5"
+__version__ = "1.8.4"
__all__ = [