diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-27 10:40:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-27 10:40:53 +0000 |
commit | 2a309cd20cddf3d2258bd00ad06b26452e6cc043 (patch) | |
tree | 7b6419e5d1154483f109f55752f01722d5dfbfcb /bin | |
parent | 25df3db5eeda9dbf417e67e96845f376e5c8e6b3 (diff) | |
download | bitbake-2a309cd20cddf3d2258bd00ad06b26452e6cc043.tar.gz |
bitbake: Bump version to 1.33.0 (develoment version)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bitbake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake index 2a4fc7203..d80e320d4 100755 --- a/bin/bitbake +++ b/bin/bitbake @@ -38,7 +38,7 @@ from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException if sys.getfilesystemencoding() != "utf-8": 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.") -__version__ = "1.32.0" +__version__ = "1.33.0" if __name__ == "__main__": if __version__ != bb.__version__: |