Release bitbake 1.8.2
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 26 Apr 2007 11:55:38 +0000 (11:55 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 26 Apr 2007 11:55:38 +0000 (11:55 +0000)
bin/bitbake
lib/bb/__init__.py

index 70a862a..b96b6b1 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.8.1"
+__version__ = "1.8.3"
 
 #============================================================================#
 # BBOptions
index e34122a..6ce8e79 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.8.1"
+__version__ = "1.8.3"
 
 __all__ = [