diff options
author | Richard Purdie <richard@openedhand.com> | 2007-06-12 10:06:56 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-06-12 10:06:56 +0000 |
commit | 70b11ba5824b9b713ab35dd7b677c102d59af915 (patch) | |
tree | e8f4d2e9dc4a894cb6f07c33cef9d88451eeb37d /bitbake/lib | |
parent | 5c41f1ec4ca2d962b040ec6d5b8f1a9e03494e50 (diff) | |
download | openembedded-core-70b11ba5824b9b713ab35dd7b677c102d59af915.tar.gz openembedded-core-70b11ba5824b9b713ab35dd7b677c102d59af915.tar.bz2 openembedded-core-70b11ba5824b9b713ab35dd7b677c102d59af915.zip |
bitbake: Sync manual updates and version info with bitbake svn
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1920 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 6ce8e7949a..c12eda25f3 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.8.3" +__version__ = "1.8.5" __all__ = [ |