]> code.ossystems Code Review - openembedded-core.git/commitdiff
Bump version to 1.11.0
authorChris Larson <chris_larson@mentor.com>
Thu, 15 Apr 2010 15:05:10 +0000 (08:05 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 2 Jul 2010 14:41:34 +0000 (15:41 +0100)
(Bitbake rev: 6c89c332664a7789d02a701e7e530838ab778264)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/bin/bitbake
bitbake/lib/bb/__init__.py

index 7c1eb5f75a1ce92384e9af561864a3241375c630..8db604746842805046dd95ec913607ca19767ba9 100755 (executable)
@@ -41,7 +41,7 @@ from bb import server
 from bb.server import none
 #from bb.server import xmlrpc
 
-__version__ = "1.9.0"
+__version__ = "1.11.0"
 
 
 
index 7c88f650a31eaec815342ba10981560bfb86f8d3..bf2f35a73003a82de12326835a8532eb3592ba7d 100644 (file)
@@ -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.9.0"
+__version__ = "1.11.0"
 
 import os
 import bb.msg