]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: bitbake: Update version to 1.33.1
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Feb 2017 14:35:48 +0000 (14:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Feb 2017 14:36:01 +0000 (14:36 +0000)
(Bitbake rev: 95deecabfffdb6a7009ecc385c8b12290fbfcb73)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake
bitbake/lib/bb/__init__.py

index d80e320d423c45372347c0c406790d10d1f5dc75..869c95ba454bc9d65f2360526274021bd4d7d51f 100755 (executable)
@@ -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.0"
+__version__ = "1.33.1"
 
 if __name__ == "__main__":
     if __version__ != bb.__version__:
index bd9c326c4c7f9b51d1473e7f63a2f90d3afa918f..0f744099b6d7b853a927a45f240170ccbc847765 100644 (file)
@@ -21,7 +21,7 @@
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-__version__ = "1.33.0"
+__version__ = "1.33.1"
 
 import sys
 if sys.version_info < (3, 4, 0):