summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-10-28 01:29:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-31 09:02:47 +0000
commitca5bb8224f0f0600464c990a7421ee0e89031628 (patch)
tree67defa889bb110f6ed4adf1be70fccece9d52a70 /bitbake/bin
parent514a808f21c37b6ad704ce397bb2740ecc9a93bc (diff)
downloadpoky-ca5bb8224f0f0600464c990a7421ee0e89031628.tar.gz
bitbake: bitbake: Update version to 1.36.0 for stable release
(Bitbake rev: 83834a58b6c1ec866967c03494b9a7f4d5f1177e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index daedd64721..558e32d793 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -38,7 +38,7 @@ from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException
38if sys.getfilesystemencoding() != "utf-8": 38if sys.getfilesystemencoding() != "utf-8":
39 sys.exit("Please use a locale setting which supports utf-8.\nPython can't change the filesystem locale after loading so we need a utf-8 when python starts or things won't work.") 39 sys.exit("Please use a locale setting which supports utf-8.\nPython can't change the filesystem locale after loading so we need a utf-8 when python starts or things won't work.")
40 40
41__version__ = "1.35.0" 41__version__ = "1.36.0"
42 42
43if __name__ == "__main__": 43if __name__ == "__main__":
44 if __version__ != bb.__version__: 44 if __version__ != bb.__version__: