From 8f5ba3ae42ecc814ac25e436506c3ae135c9ccb1 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 10 Jun 2007 17:19:22 +0000 Subject: Release bitbake 1.8.4 --- ChangeLog | 2 -- bin/bitbake | 2 +- lib/bb/__init__.py | 2 +- 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__ = [ -- cgit 1.2.3-korg