From 91a0c515bb013b03f5a7a3e7a9f6690d0bbe346e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 19 Mar 2007 21:33:45 +0000 Subject: Release Bitbake 1.8.0 --- ChangeLog | 3 +++ bin/bitbake | 2 +- lib/bb/__init__.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 726f30061..97b9e8b35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Changes in Bitbake 1.8.0: + - Release 1.7.x as a stable series + Changes in BitBake 1.7.x: - Major updates of the dependency handling and execution of tasks. Code from bin/bitbake replaced with runqueue.py diff --git a/bin/bitbake b/bin/bitbake index a60a352a2..85bddb0d3 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.7.999" +__version__ = "1.8.0" #============================================================================# # BBOptions diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index 1be9fa170..e1e8e56c9 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.7.999" +__version__ = "1.8.0" __all__ = [ -- cgit 1.2.3-korg