| Submitter | git@git.openembedded.org |
|---|---|
| Date | Jan. 20, 2012, 6:37 p.m. |
| Message ID | <20120120183705.0F6FD10334@opal> |
| Download | mbox | patch |
| Permalink | /patch/19853/ |
| State | Accepted |
| Commit | 65c2eb1c095fe7ba3259060aefd4ba0e20cae319 |
| Headers | show |
Comments
Patch
diff --git a/bin/bitbake b/bin/bitbake index c2e6822..6da4980 100755 --- a/bin/bitbake +++ b/bin/bitbake @@ -40,7 +40,7 @@ from bb import cooker from bb import ui from bb import server -__version__ = "1.15.0" +__version__ = "1.15.1" logger = logging.getLogger("BitBake") diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index 81f83c8..dce5610 100644 --- a/lib/bb/__init__.py +++ b/lib/bb/__init__.py @@ -21,7 +21,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -__version__ = "1.15.0" +__version__ = "1.15.1" import sys if sys.version_info < (2, 6, 0):
Module: bitbake.git Branch: master Commit: 65c2eb1c095fe7ba3259060aefd4ba0e20cae319 URL: http://git.openembedded.org/?p=bitbake.git&a=commit;h=65c2eb1c095fe7ba3259060aefd4ba0e20cae319 Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Fri Jan 20 18:26:36 2012 +0000 Bump the version to 1.15.1 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- bin/bitbake | 2 +- lib/bb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)