diff options
author | admin <yuhuan.yang@samsung.com> | 2016-02-27 15:46:54 +0800 |
---|---|---|
committer | admin <yuhuan.yang@samsung.com> | 2016-02-27 15:46:54 +0800 |
commit | e39c872d8e34aa90beecf82a7e6581db46b140fa (patch) | |
tree | fe37e1d22ee9bf707090c88eeb4c3e6f0e1c14cb | |
parent | 40d6cbef16a4fdb8eb6e7f0df3902035b0763d14 (diff) | |
download | osc-e39c872d8e34aa90beecf82a7e6581db46b140fa.tar.gz osc-e39c872d8e34aa90beecf82a7e6581db46b140fa.tar.bz2 osc-e39c872d8e34aa90beecf82a7e6581db46b140fa.zip |
modify version to 0.151.0upstream/0.151.0release-20160411release-20160315
Change-Id: Iff28c5a28f60dd70227a6bbe2c4fc814abff84f8
Signed-off-by: admin <yuhuan.yang@samsung.com>
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | osc/core.py | 2 | ||||
-rw-r--r-- | packaging/osc.spec | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 0034e53..9e78e19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -osc (0.149.0-2-tizen) unstable; urgency=low - - Update to 0.149.0 +osc (0.151.0-2) unstable; urgency=low + - Update to 0.151.0 -- Adrian Schroeter <adrian@suse.de> Wed, 28 Jun 2012 10:00:00 +0200 diff --git a/osc/core.py b/osc/core.py index 77e1d7d..88c8c24 100644 --- a/osc/core.py +++ b/osc/core.py @@ -5,7 +5,7 @@ from __future__ import print_function -__version__ = '0.149' +__version__ = '0.151' # __store_version__ is to be incremented when the format of the working copy # "store" changes in an incompatible way. Please add any needed migration diff --git a/packaging/osc.spec b/packaging/osc.spec index a92c7cf..b33cd9e 100644 --- a/packaging/osc.spec +++ b/packaging/osc.spec @@ -2,7 +2,7 @@ Name: osc Summary: OpenSUSE Build Service Commander -Version: 0.149.0-2-tizen +Version: 0.151.0 Release: 1.3 Group: Development/Tools/Other License: GPL v2 or later |