aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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 = []