diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 16:08:53 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 16:17:22 +0100 |
| commit | ca6321fff4bec91cb4a32c51b48df088932c5070 (patch) | |
| tree | ce3945341e24b3604b78716857013d9881fd75da /bitbake/lib | |
| parent | cfa2c5419a13a4d684a735ceb0459d0700880558 (diff) | |
| download | poky-ca6321fff4bec91cb4a32c51b48df088932c5070.tar.gz | |
bitbake: Update to version 1.18.0
(Bitbake rev: 94b54788cadabf6ebfb7711674646dbea6204805)
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 fd04d47e4a..d6cf64f74e 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.17.1" | 24 | __version__ = "1.18.0" |
| 25 | 25 | ||
| 26 | import sys | 26 | import sys |
| 27 | if sys.version_info < (2, 6, 0): | 27 | if sys.version_info < (2, 6, 0): |
