summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/bitbake2
-rw-r--r--lib/bb/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/bitbake b/bin/bitbake
index 08a08ef13..fa472d2a3 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -31,7 +31,7 @@ import itertools, optparse
parsespin = itertools.cycle( r'|/-\\' )
-__version__ = "1.7.1"
+__version__ = "1.7.2"
#============================================================================#
# BBStatistics
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 222ff44ca..bde575e8c 100644
--- a/lib/bb/__init__.py
+++ b/lib/bb/__init__.py
@@ -23,7 +23,7 @@ this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 USA.
"""
-__version__ = "1.7.1"
+__version__ = "1.7.2"
__all__ = [