Bump version to 1.11.0

(Bitbake rev: 6c89c332664a7789d02a701e7e530838ab778264)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Chris Larson 2010-04-15 08:05:10 -07:00 committed by Richard Purdie
parent 51864054da
commit bdbeaf4760
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View 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