summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-04-15 08:04:35 -0700
committerChris Larson <chris_larson@mentor.com>2010-04-15 08:04:35 -0700
commitbef07c6dc7e3b7b8c995d70ea429d141278b6eb6 (patch)
tree8002d4a07020a83a819c8a717e9dab5b06941cbb
parentf1c7fe9fc12161ceb3fe201cde370b929b208729 (diff)
downloadbitbake-bef07c6dc7e3b7b8c995d70ea429d141278b6eb6.tar.gz
Bump version from 1.9.0 to 1.10.0
Signed-off-by: Chris Larson <chris_larson@mentor.com>
-rwxr-xr-xbin/bitbake2
-rw-r--r--lib/bb/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/bitbake b/bin/bitbake
index 1a45ec4f7..37bed3695 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -31,7 +31,7 @@ from bb import server
from bb.server import none
#from bb.server import xmlrpc
-__version__ = "1.9.0"
+__version__ = "1.10.0"
if sys.hexversion < 0x020500F0:
print "Sorry, python 2.5 or later is required for this version of bitbake"
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 61973c38a..f05b9f933 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.10.0"
__all__ = [