]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
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:58:46 +0000 (16:58 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bin/bitbake
lib/bb/__init__.py

index 88893f8de6b8f3983672b4894e7c0980ee5e660e..50971a8d8fea927dd025f19fb5b44dd6416f5b98 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 f4907bbd726ea6cb72637f5acc1b54fb759bb58a..2480d168de922efaa311777d1a57b7505079236c 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):