From b152870bf4d32055c67b8ba5597026170fccf168 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 30 Mar 2017 16:41:46 +0100 Subject: bitbake: bitbake: Bump version to 1.33.3 (Bitbake rev: 2c424b8cb39cba8f20f807e55efe6270996fa356) Signed-off-by: Richard Purdie --- bitbake/bin/bitbake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/bin') diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 7b46e3627c..787d4fdb72 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/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.33.2" +__version__ = "1.33.3" if __name__ == "__main__": if __version__ != bb.__version__: -- cgit v1.2.3-54-g00ecf