From 6c89c332664a7789d02a701e7e530838ab778264 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 15 Apr 2010 08:05:10 -0700 Subject: Bump version to 1.11.0 Signed-off-by: Chris Larson --- bin/bitbake | 2 +- lib/bb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/bitbake b/bin/bitbake index 1c69f5f3e..564c16ed7 100755 --- a/bin/bitbake +++ b/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/lib/bb/__init__.py b/lib/bb/__init__.py index 7c88f650a..bf2f35a73 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.9.0" +__version__ = "1.11.0" import os import bb.msg -- cgit 1.2.3-korg