diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index d263cbdb66..1fac9feb24 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -41,7 +41,7 @@ from bb import ui from bb import server from bb import cookerdata -__version__ = "1.19.0" +__version__ = "1.19.1" logger = logging.getLogger("BitBake") # Python multiprocessing requires /dev/shm diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index a9960c2a92..64491ff7f7 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py @@ -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.19.0" +__version__ = "1.19.1" import sys if sys.version_info < (2, 7, 3):