Prepare for release
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 19 Mar 2007 21:29:26 +0000 (21:29 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 19 Mar 2007 21:29:26 +0000 (21:29 +0000)
bin/bitbake
lib/bb/__init__.py

index a60a352..70a862a 100755 (executable)
@@ -27,7 +27,7 @@ sys.path.insert(0,os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])), 'l
 import bb
 from bb import cooker
 
-__version__ = "1.7.999"
+__version__ = "1.8.1"
 
 #============================================================================#
 # BBOptions
index 1be9fa1..e34122a 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.7.999"
+__version__ = "1.8.1"
 
 __all__ = [