summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/__init__.py
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-02 17:27:25 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-02 17:27:25 +0000
commitbb802877629316f80069aea8731c258ee203e5a7 (patch)
tree6ea202766c2227b59a8db1258e91620db6a1d9fa /bitbake/lib/bb/__init__.py
parent8fa334d02a80bc05c403fa944b59322b7fa52f07 (diff)
downloadpoky-bb802877629316f80069aea8731c258ee203e5a7.tar.gz
bitbake: Sync with upstream after 2.8.12 release
Diffstat (limited to 'bitbake/lib/bb/__init__.py')
-rw-r--r--bitbake/lib/bb/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py
index c452d529c1..7d01d52b64 100644
--- a/bitbake/lib/bb/__init__.py
+++ b/bitbake/lib/bb/__init__.py
@@ -21,7 +21,7 @@
21# with this program; if not, write to the Free Software Foundation, Inc., 21# with this program; if not, write to the Free Software Foundation, Inc.,
22# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 22# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23 23
24__version__ = "1.8.11" 24__version__ = "1.8.13"
25 25
26__all__ = [ 26__all__ = [
27 27