bitbake: bitbake: Update post 1.20 to development version
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Oct 2013 15:58:46 +0000 (16:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Oct 2013 15:59:12 +0000 (16:59 +0100)
(Bitbake rev: 03d051b6da52ec4ee26f97aa9038622f8d87e55d)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/bin/bitbake
bitbake/lib/bb/__init__.py

index 88893f8..50971a8 100755 (executable)
@@ -41,7 +41,7 @@ from bb import ui
 from bb import server
 from bb import cookerdata
 
-__version__ = "1.20.0"
+__version__ = "1.21.0"
 logger = logging.getLogger("BitBake")
 
 # Python multiprocessing requires /dev/shm
index f4907bb..2480d16 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.20.0"
+__version__ = "1.21.0"
 
 import sys
 if sys.version_info < (2, 7, 3):