]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Update to version 1.18.0
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Apr 2013 15:08:53 +0000 (16:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Apr 2013 15:08:53 +0000 (16:08 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bin/bitbake
lib/bb/__init__.py

index 40b50e168819d8fec114b0a09505a444b16c1b91..96d613ea0bbb0a331df223767842789484bd283c 100755 (executable)
@@ -40,7 +40,7 @@ from bb import cooker
 from bb import ui
 from bb import server
 
-__version__ = "1.17.1"
+__version__ = "1.18.0"
 logger = logging.getLogger("BitBake")
 
 # Unbuffer stdout to avoid log truncation in the event
index fd04d47e4a125a59ae16f52d519a3395c506bd21..d6cf64f74ebdb02794510a8c0337ac5efcea7d75 100644 (file)
@@ -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.17.1"
+__version__ = "1.18.0"
 
 import sys
 if sys.version_info < (2, 6, 0):