diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-30 21:22:55 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-31 09:13:04 +0100 |
| commit | e26087f09140153b54f6c5e65f596acbc1a80f16 (patch) | |
| tree | 572ba9046d929e99f49bf98174a896da790e3212 /bitbake/lib/bb/__init__.py | |
| parent | d73da22b0e332411ed5552d36910fe15f92c8fac (diff) | |
| download | poky-e26087f09140153b54f6c5e65f596acbc1a80f16.tar.gz | |
bitbake: Bump version to 1.29.1
(Bitbake rev: 2f6be16c274974be5eb07641374d691ef049fe76)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/__init__.py')
| -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 bc6fa745ba..cd5831d7c2 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.29.0" | 24 | __version__ = "1.29.1" |
| 25 | 25 | ||
| 26 | import sys | 26 | import sys |
| 27 | if sys.version_info < (2, 7, 3): | 27 | if sys.version_info < (2, 7, 3): |
