[bitbake-devel] Richard Purdie : Release 1.14.0

git at git.openembedded.org git at git.openembedded.org
Thu Nov 3 22:54:18 UTC 2011


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Nov  3 17:12:36 2011 +0000

Release 1.14.0

---

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

diff --git a/bin/bitbake b/bin/bitbake
index 56f39f8..fcf85ce 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.13.3"
+__version__ = "1.14.0"
 logger = logging.getLogger("BitBake")
 
 
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 4981daa..53abe1a 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.13.3"
+__version__ = "1.14.0"
 
 import sys
 if sys.version_info < (2, 6, 0):





More information about the bitbake-devel mailing list