summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-04-16 21:30:16 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-04-16 21:30:16 +0000
commit3122f2d579cc5443a12e50d0ca84bed8fed72811 (patch)
treeb80e844a5c774ee3f75d137e5990cda7fe814fe2
parenta4650e5706d6bdd534262693e0b9258efd867895 (diff)
downloadbitbake-3122f2d579cc5443a12e50d0ca84bed8fed72811.tar.gz
bitbake/bin/bitbake:
-Change version to 1.3.9 we will change it to 1.4.0 for the final release bitbake/lib/__init__.py: -Change the version as well
-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 dffe0afa1..d643edaa0 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -31,7 +31,7 @@ import itertools, optparse
parsespin = itertools.cycle( r'|/-\\' )
bbdebug = 0
-__version__ = "1.3.3.2"
+__version__ = "1.3.9"
#============================================================================#
# BBParsingStatus
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 449f3bc81..bfb36dd09 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.3.3.4"
+__version__ = "1.3.9"
__all__ = [