diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-01 22:47:42 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-01 22:47:58 +0100 |
| commit | afcf8e87aa26f90c2edd7d00835ef088a5b21596 (patch) | |
| tree | 584c6622f58a3a34acc0b43b1b3b1126b20641e6 | |
| parent | 68efcde3cf458445b7a37dee7fdae83da9ab3b2d (diff) | |
| download | poky-afcf8e87aa26f90c2edd7d00835ef088a5b21596.tar.gz | |
bitbake: bitbake: Bump version to 1.23.1
(Bitbake rev: c40a4100ddb841d231360344616e59ab98e61fb5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rwxr-xr-x | bitbake/bin/bitbake | 2 | ||||
| -rw-r--r-- | bitbake/lib/bb/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 846d059319..86d32cff09 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
| @@ -41,7 +41,7 @@ from bb import ui | |||
| 41 | from bb import server | 41 | from bb import server |
| 42 | from bb import cookerdata | 42 | from bb import cookerdata |
| 43 | 43 | ||
| 44 | __version__ = "1.23.0" | 44 | __version__ = "1.23.1" |
| 45 | logger = logging.getLogger("BitBake") | 45 | logger = logging.getLogger("BitBake") |
| 46 | 46 | ||
| 47 | # Python multiprocessing requires /dev/shm | 47 | # Python multiprocessing requires /dev/shm |
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 30a974582c..1478dd23ba 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.23.0" | 24 | __version__ = "1.23.1" |
| 25 | 25 | ||
| 26 | import sys | 26 | import sys |
| 27 | if sys.version_info < (2, 7, 3): | 27 | if sys.version_info < (2, 7, 3): |
