summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-03-19 21:33:45 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-03-19 21:33:45 +0000
commit91a0c515bb013b03f5a7a3e7a9f6690d0bbe346e (patch)
tree38cdb4fb51f5fd2dca204695b1be8927fb511288
parentac110ee8383cafd1782d98c7ef05c0c3b4e48d28 (diff)
downloadbitbake-91a0c515bb013b03f5a7a3e7a9f6690d0bbe346e.tar.gz
Release Bitbake 1.8.01.8.0
-rw-r--r--ChangeLog3
-rwxr-xr-xbin/bitbake2
-rw-r--r--lib/bb/__init__.py2
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__ = [