]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
Update version to 1.17.0
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Feb 2013 13:07:35 +0000 (13:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Feb 2013 13:10:06 +0000 (13:10 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bin/bitbake
lib/bb/__init__.py

index e86d59bd6238453a8a11a91c7909db978b170833..89289050deab76a105eb251625ec7239b150dca0 100755 (executable)
@@ -40,7 +40,7 @@ from bb import cooker
 from bb import ui
 from bb import server
 
-__version__ = "1.17.0"
+__version__ = "1.17.1"
 logger = logging.getLogger("BitBake")
 
 # Unbuffer stdout to avoid log truncation in the event
index faa94e6c36d858145176759c56b6cd4398e1e709..fd04d47e4a125a59ae16f52d519a3395c506bd21 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.0"
+__version__ = "1.17.1"
 
 import sys
 if sys.version_info < (2, 6, 0):