diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-28 15:26:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-28 15:28:16 +0100 |
commit | f0c5451e5974d4810bb6c7baca90e87b1e2ee149 (patch) | |
tree | 4fbf1df50b45cc31a963af34f494188212301cd4 /bitbake | |
parent | a2b9ef9d78665393a94296f87b860486e854e3d3 (diff) | |
download | poky-f0c5451e5974d4810bb6c7baca90e87b1e2ee149.tar.gz |
Update version to 1.13.2
(Bitbake rev: 5d41720d1550c04aac76275614ca15110c1c7f52)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rwxr-xr-x | bitbake/bin/bitbake | 2 | ||||
-rw-r--r-- | bitbake/lib/bb/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index a99dde311f..684bbd6658 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -43,7 +43,7 @@ from bb.server import none | |||
43 | #from bb.server import process | 43 | #from bb.server import process |
44 | #from bb.server import xmlrpc | 44 | #from bb.server import xmlrpc |
45 | 45 | ||
46 | __version__ = "1.13.1" | 46 | __version__ = "1.13.2" |
47 | logger = logging.getLogger("BitBake") | 47 | logger = logging.getLogger("BitBake") |
48 | 48 | ||
49 | 49 | ||
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 75125438d2..ef9d49df8a 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.13.1" | 24 | __version__ = "1.13.2" |
25 | 25 | ||
26 | import sys | 26 | import sys |
27 | if sys.version_info < (2, 6, 0): | 27 | if sys.version_info < (2, 6, 0): |