* Richard Purdie : Bump the version to 1.15.1
@ 2012-01-20 18:37 git
0 siblings, 0 replies; only message in thread
From: git @ 2012-01-20 18:37 UTC (permalink / raw)
To: bitbake-devel
Module: bitbake.git
Branch: master
Commit: 65c2eb1c095fe7ba3259060aefd4ba0e20cae319
URL: http://git.openembedded.org/?p=bitbake.git&a=commit;h=65c2eb1c095fe7ba3259060aefd4ba0e20cae319
Author: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Fri Jan 20 18:26:36 2012 +0000
Bump the version to 1.15.1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
bin/bitbake | 2 +-
lib/bb/__init__.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/bitbake b/bin/bitbake
index c2e6822..6da4980 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -40,7 +40,7 @@ from bb import cooker
from bb import ui
from bb import server
-__version__ = "1.15.0"
+__version__ = "1.15.1"
logger = logging.getLogger("BitBake")
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 81f83c8..dce5610 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.15.0"
+__version__ = "1.15.1"
import sys
if sys.version_info < (2, 6, 0):
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-20 18:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-20 18:37 Richard Purdie : Bump the version to 1.15.1 git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox