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 /bitbake/bin | |
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>
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/bitbake | 2 |
1 files changed, 1 insertions, 1 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 |