[bitbake-devel] Richard Purdie : Bump the version to 1.15.1

git at git.openembedded.org git at git.openembedded.org
Fri Jan 20 18:37:05 UTC 2012


Module: bitbake.git
Branch: master
Commit: 65c2eb1c095fe7ba3259060aefd4ba0e20cae319
URL:    http://git.openembedded.org/?p=bitbake.git&a=commit;h=65c2eb1c095fe7ba3259060aefd4ba0e20cae319

Author: Richard Purdie <richard.purdie at 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 at linuxfoundation.org>

---

 bin/bitbake        |    2 +-
 lib/bb/__init__.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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):





More information about the bitbake-devel mailing list