summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2007-06-30 17:04:34 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2007-06-30 17:04:34 +0000
commit436f17b0e27697d26e2f2213c4602e256694dfde (patch)
treef3205644cbb60af43921b281326b83ee5d7a2142
parentdb17fb53b58bcf5191742783183cb267d0365bb4 (diff)
downloadbitbake-436f17b0e27697d26e2f2213c4602e256694dfde.tar.gz
tags/bitbake-1.8.6: Tag BitBake-1.8.61.8.6
-Update ChangeLog -Update version(s) in the tags and in the branch
-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 fbf86c649..bb7508a61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in Bitbake 1.8.x:
+Changes in Bitbake 1.8.6:
- Correctly redirect stdin when forking
- If parsing errors are found, exit, too many users miss the errors
- Remove supriours PREFERRED_PROVIDER warnings
diff --git a/bin/bitbake b/bin/bitbake
index 801070aad..3a9eb315e 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.6"
#============================================================================#
# BBOptions
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index c12eda25f..aa3bed929 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.6"
__all__ = [