bitbake: bitbake: Update version to 1.36.0 for stable release

(Bitbake rev: 83834a58b6c1ec866967c03494b9a7f4d5f1177e)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2017-10-28 01:29:56 -07:00
committed by Richard Purdie
parent 514a808f21
commit ca5bb8224f
2 changed files with 2 additions and 2 deletions

View 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.35.0"
__version__ = "1.36.0"
import sys
if sys.version_info < (3, 4, 0):