diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 5398cf122a..fdeeb36a40 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -40,7 +40,7 @@ from bb import cooker from bb import ui from bb import server -__version__ = "1.13.2" +__version__ = "1.13.3" logger = logging.getLogger("BitBake") diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index ef9d49df8a..06d865994c 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.13.2" +__version__ = "1.13.3" import sys if sys.version_info < (2, 6, 0):