aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-03-04 23:31:05 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-03-04 23:31:05 +0000
commit84187dfabc6b57a047d1436e06d616c816e30555 (patch)
treee812a697e9d425c3285caccfeaa03dfc75a836fb /bin
parent45761125ff7b1553c55dbb8a6df9f3b4eee98170 (diff)
downloadbitbake-84187dfabc6b57a047d1436e06d616c816e30555.tar.gz
Update versions
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/bitbake b/bin/bitbake
index cb88ba8ca..4565a739f 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.4"
+__version__ = "1.9.0"
#============================================================================#
# BBOptions
@@ -115,8 +115,8 @@ Default BBFILES are the .bb files in the current directory.""" )
if __name__ == "__main__":
print """WARNING, WARNING, WARNING
-This is a Bitbake from the Unstable/Development Branch.
-You might want to use the bitbake-1.6 stable branch (if you are not a BitBake developer or tester). I'm going to sleep 5 seconds now to make sure you see that."""
+This is a Bitbake from the Unstable/Development 1.9 Branch.
+You might want to use the bitbake-1.8 stable branch (if you are not a BitBake developer or tester). I'm going to sleep 5 seconds now to make sure you see that."""
import time
time.sleep(5)
main()