diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-03 12:14:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-03 12:24:01 +0000 |
commit | 9315a2b645610eb5adec17f2514605a73b149fb0 (patch) | |
tree | b54a630acaf0dd9cc551dbdabe8efbdc575a83b1 /bitbake/lib | |
parent | b92ec90ea40639d79c491f5a0b5a0f3e4dfa6708 (diff) | |
download | poky-9315a2b645610eb5adec17f2514605a73b149fb0.tar.gz |
bitbake: bitbake: Update to 1.25.0 as development version after release
(Bitbake rev: 94d9590a4310f96396e8e782bcf65918f4dcdb36)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 4d69552c44..36c4d9663d 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.24.0" | 24 | __version__ = "1.25.0" |
25 | 25 | ||
26 | import sys | 26 | import sys |
27 | if sys.version_info < (2, 7, 3): | 27 | if sys.version_info < (2, 7, 3): |