summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-02-09 22:58:08 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-02-09 22:58:08 +0000
commit7e413d5b5fbd7e78344112b4ddfa75990412b1ed (patch)
tree7b515836e8d1157ebff23cb250b5bd4eaa2c4fbb
parent415e805220edd5745e4873f77f8d05a95049bcd9 (diff)
downloadbitbake-7e413d5b5fbd7e78344112b4ddfa75990412b1ed.tar.gz
bitbake/bin/bitbake:
Bump the version to 1.3.3 lib/bb/__init__.py: Bump the version to 1.3.2.2
-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 247f28aa3..b1fd76a4f 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -31,7 +31,7 @@ import itertools, optparse
parsespin = itertools.cycle( r'|/-\\' )
bbdebug = 0
-__version__ = "1.3.2"
+__version__ = "1.3.3"
#============================================================================#
# BBParsingStatus
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index f27f53b39..5eaa588b3 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.3.2.1"
+__version__ = "1.3.2.2"
__all__ = [