summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-04-19 19:30:16 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-04-19 19:30:16 +0000
commit5242b280a5a9c815b77ebfdba668ef961e7ddbfe (patch)
treec3d5711531a1cb99acd1fec8e31df24c81a972c5
parent6c5b7115cbdd0cdb4d40da13e5c6ba554489614e (diff)
downloadbitbake-5242b280a5a9c815b77ebfdba668ef961e7ddbfe.tar.gz
bitbake versions:
-Make trunk 1.5.0 which will go to 1.6.0 -The stable branch is now 1.4.1 which will be 1.4.2 on release
-rwxr-xr-xbin/bitbake2
-rw-r--r--lib/bb/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/bitbake b/bin/bitbake
index 2b9e5bd04..58a973e99 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -31,7 +31,7 @@ import itertools, optparse
parsespin = itertools.cycle( r'|/-\\' )
bbdebug = 0
-__version__ = "1.4.0"
+__version__ = "1.4.1"
#============================================================================#
# BBParsingStatus
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index cbeaa28ee..08860c409 100644
--- a/lib/bb/__init__.py
+++ b/lib/bb/__init__.py
@@ -23,7 +23,7 @@ this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 USA.
"""
-__version__ = "1.4.0"
+__version__ = "1.4.1"
__all__ = [