* [PATCH] bitbake: Update version to 1.19.1
@ 2013-06-07 17:14 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2013-06-07 17:14 UTC (permalink / raw)
To: bitbake-devel
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index d263cbd..1fac9fe 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -41,7 +41,7 @@ from bb import ui
from bb import server
from bb import cookerdata
-__version__ = "1.19.0"
+__version__ = "1.19.1"
logger = logging.getLogger("BitBake")
# Python multiprocessing requires /dev/shm
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py
index deed4e6..3110c85 100644
--- a/bitbake/lib/bb/__init__.py
+++ b/bitbake/lib/bb/__init__.py
@@ -21,7 +21,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-__version__ = "1.19.0"
+__version__ = "1.19.1"
import sys
if sys.version_info < (2, 6, 0):
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-07 17:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-07 17:14 [PATCH] bitbake: Update version to 1.19.1 Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.