diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-04 14:00:24 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-05 23:10:07 +0100 |
| commit | 3cb36a5ed9c645bdff083f88baff0225536e0472 (patch) | |
| tree | 3cef3f9f6ff3bb2e0c352320ce410cf0a020d3b2 /bitbake | |
| parent | 75e32007effd06af5f902295de4f4b875267d26f (diff) | |
| download | poky-3cb36a5ed9c645bdff083f88baff0225536e0472.tar.gz | |
Update version to 1.15.2 (correspdoning to Yocto 1.2 release)
(Bitbake rev: 270a05b0b4ba0959fe0624d2a4885d7b70426da5)
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 a90f6c6fd1..420e69d0c9 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
| @@ -40,7 +40,7 @@ from bb import cooker | |||
| 40 | from bb import ui | 40 | from bb import ui |
| 41 | from bb import server | 41 | from bb import server |
| 42 | 42 | ||
| 43 | __version__ = "1.15.1" | 43 | __version__ = "1.15.2" |
| 44 | logger = logging.getLogger("BitBake") | 44 | logger = logging.getLogger("BitBake") |
| 45 | 45 | ||
| 46 | 46 | ||
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 8d579c7940..0b3c4bf596 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.15.1" | 24 | __version__ = "1.15.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): |
