diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-30 16:41:46 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-31 10:08:36 +0100 |
| commit | b152870bf4d32055c67b8ba5597026170fccf168 (patch) | |
| tree | dbb76e8dae5477f81139a732db109f29d0ddedb9 /bitbake/lib | |
| parent | 8ce18c5c4402243dc2ce7e6648e0d343acef46ef (diff) | |
| download | poky-b152870bf4d32055c67b8ba5597026170fccf168.tar.gz | |
bitbake: bitbake: Bump version to 1.33.3
(Bitbake rev: 2c424b8cb39cba8f20f807e55efe6270996fa356)
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 9ad6862c70..42977d0dc6 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.2" | 24 | __version__ = "1.33.3" |
| 25 | 25 | ||
| 26 | import sys | 26 | import sys |
| 27 | if sys.version_info < (3, 4, 0): | 27 | if sys.version_info < (3, 4, 0): |
