From 1c2d632a02af354f68a31ca808122c9e11d75eac Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 12 Feb 2016 13:42:37 +0000 Subject: bitbake: Bump version post release to 1.29.0 (Bitbake rev: da1107a2c2331b3335c7bd46821edcb1933a0ff8) Signed-off-by: Richard Purdie --- bitbake/bin/bitbake | 2 +- bitbake/lib/bb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 981b2c0dec..effbfba110 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -35,7 +35,7 @@ except RuntimeError as exc: from bb import cookerdata from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException -__version__ = "1.28.0" +__version__ = "1.29.0" if __name__ == "__main__": if __version__ != bb.__version__: diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index ac62d262cf..5caa8ab9ad 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.28.0" +__version__ = "1.29.0" import sys if sys.version_info < (2, 7, 3): -- cgit v1.2.3-54-g00ecf