diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-19 10:42:07 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-19 10:42:12 +0100 |
| commit | 1423508b29fc557d8a1305f39c33de33e28d9003 (patch) | |
| tree | 2945760ed039fb2faf7338f5699b39f126201300 /bitbake/lib | |
| parent | 2f3e34537ecf81639d28af991b5c8032aa8e9c17 (diff) | |
| download | poky-1423508b29fc557d8a1305f39c33de33e28d9003.tar.gz | |
bitbake: bitbake: Update version to 1.34.0 for stable release
(Bitbake rev: b4da94a368c6c44c6e5b6e6e9a1e041ed84b4554)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
| -rw-r--r-- | bitbake/lib/bb/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index b3567b10a3..bfe0ca5d80 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | # with this program; if not, write to the Free Software Foundation, Inc., | 21 | # with this program; if not, write to the Free Software Foundation, Inc., |
| 22 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 22 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 23 | 23 | ||
| 24 | __version__ = "1.33.4" | 24 | __version__ = "1.34.0" |
| 25 | 25 | ||
| 26 | import sys | 26 | import sys |
| 27 | if sys.version_info < (3, 4, 0): | 27 | if sys.version_info < (3, 4, 0): |
