]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: bitbake: Bump version 1.39.0 -> 1.39.1
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Aug 2018 08:02:49 +0000 (09:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Aug 2018 08:02:54 +0000 (09:02 +0100)
(Bitbake rev: 49c3fd2489867c09dec6919a25b53d935a8204bb)

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

index d9c05feecc636973f3a2de570311215652df19c1..21e021aa7539943f51e60a5e062fa40bbc5dc6e0 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 (such as LANG=en_US.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.39.0"
+__version__ = "1.39.1"
 
 if __name__ == "__main__":
     if __version__ != bb.__version__:
index b49a032ba6a41dd8d605188b8176a72d5aae07db..4e9f6e3535fc322b69b34841fe36e21dbe0e0dc8 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.39.0"
+__version__ = "1.39.1"
 
 import sys
 if sys.version_info < (3, 4, 0):