diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 22:41:27 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 22:44:55 +0100 |
| commit | a831dc120f7086f686af38b9b3b0b54c75f1b5fd (patch) | |
| tree | ed42a4a7f5b097eca3e2087ef7681ad00858e939 | |
| parent | b8321c5658124c50009a3c4dbead2df49e662812 (diff) | |
| download | poky-a831dc120f7086f686af38b9b3b0b54c75f1b5fd.tar.gz | |
Update version to 1.13.1
(Bitbake rev: c3c2ad6f22e35b893a353d4c21d0e923e46ad07b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 d6e8e0940e..5109f16ff9 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.0" | 46 | __version__ = "1.13.1" |
| 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 67b1a8d14e..75125438d2 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.0" | 24 | __version__ = "1.13.1" |
| 25 | 25 | ||
| 26 | import sys | 26 | import sys |
| 27 | if sys.version_info < (2, 6, 0): | 27 | if sys.version_info < (2, 6, 0): |
