aboutsummaryrefslogtreecommitdiffstats
path: root/bin/bitbake
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2005-05-18 18:37:44 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2005-05-18 18:37:44 +0000
commitd575731f5719d771d2e66a9100a6c3487ffba786 (patch)
tree4a8055590fe7ea73c5dfc5514674c82853239ffe /bin/bitbake
parentb560d71c3e2eb227c0a31a0bddad01d27926a6d3 (diff)
downloadbitbake-d575731f5719d771d2e66a9100a6c3487ffba786.tar.gz
bitbake/bin/bitbake:
Update the version to 1.2.1 (now a string)
Diffstat (limited to 'bin/bitbake')
-rwxr-xr-xbin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake
index a23a17189..f9142c42f 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -30,7 +30,7 @@ import itertools, optparse
parsespin = itertools.cycle( r'|/-\\' )
-__version__ = 1.2
+__version__ = "1.2.1"
__build_cache_fail = []
__build_cache = []
__building_list = []