]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: Update version to 1.31.1
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Aug 2016 09:05:26 +0000 (10:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Aug 2016 09:05:26 +0000 (10:05 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bin/bitbake
lib/bb/__init__.py

index 9813a08483099dc28cff6ea6acd8ea869b81710c..d14a627f4d4c5ccf97a587c0f53264d7f556fcf7 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.31.0"
+__version__ = "1.31.1"
 
 if __name__ == "__main__":
     if __version__ != bb.__version__:
index a98ebd1e1321fc12c240912da4596291996eb05b..d04b05a87fc3467b81ef2f61aebe16ea21e23af4 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.31.0"
+__version__ = "1.31.1"
 
 import sys
 if sys.version_info < (3, 4, 0):