diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 7c1eb5f75a..8db6047468 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -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" diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 7c88f650a3..bf2f35a730 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/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.9.0" +__version__ = "1.11.0" import os import bb.msg