[bitbake-devel] [PATCH] bitbake: Update version to 1.19.1

Richard Purdie richard.purdie at linuxfoundation.org
Fri Jun 7 17:14:10 UTC 2013


Signed-off-by: Richard Purdie <richard.purdie at 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):





More information about the bitbake-devel mailing list