From 53f097ed9f47426dc945c821ae2d6fa162659256 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 3 Nov 2009 23:56:26 +0000 Subject: Increment version post release --- bin/bitbake | 2 +- lib/bb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/bitbake b/bin/bitbake index 2046c736b..7e97f3c99 100755 --- a/bin/bitbake +++ b/bin/bitbake @@ -27,7 +27,7 @@ sys.path.insert(0,os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])), 'l import bb from bb import cooker -__version__ = "1.8.16" +__version__ = "1.8.17" #============================================================================# # BBOptions diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index 26f1fcf78..de7f6a832 100644 --- a/lib/bb/__init__.py +++ b/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.8.16" +__version__ = "1.8.17" __all__ = [ -- cgit 1.2.3-korg