aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-09-08 21:34:51 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-09-08 21:34:51 +0000
commit51ee10fea0ad16c23504ea0a12f2b7c744953216 (patch)
tree0ce85ccb1a7efed45b341b6d0b366790e74d7aab
parent2d71a8df2296704dd99579fb88a15ed3bd57b33b (diff)
downloadbitbake-51ee10fea0ad16c23504ea0a12f2b7c744953216.tar.gz
bitbake/trunk/bitbake: Mention BitBake 1.6 as the stable branch
-rwxr-xr-xbin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake
index 5242f1fd2..39fb34ab0 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -973,7 +973,7 @@ 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.4 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."""
+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."""
import time
time.sleep(5)
main()