diff options
| -rw-r--r-- | bitbake/lib/bb/__init__.py | 2 | ||||
| -rwxr-xr-x | bitbake/lib/bb/main.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 36c4d9663d..64ccd445b4 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.25.0" | 24 | __version__ = "1.26.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): |
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py index 591f32bae9..1f19cc5dcf 100755 --- a/bitbake/lib/bb/main.py +++ b/bitbake/lib/bb/main.py | |||
| @@ -36,7 +36,7 @@ from bb import ui | |||
| 36 | from bb import server | 36 | from bb import server |
| 37 | from bb import cookerdata | 37 | from bb import cookerdata |
| 38 | 38 | ||
| 39 | __version__ = "1.25.0" | 39 | __version__ = "1.26.0" |
| 40 | logger = logging.getLogger("BitBake") | 40 | logger = logging.getLogger("BitBake") |
| 41 | 41 | ||
| 42 | class BBMainException(bb.BBHandledException): | 42 | class BBMainException(bb.BBHandledException): |
