Michael Pasternak has uploaded a new change for review. Change subject: cli: prepare to the next development iteration ......................................................................
cli: prepare to the next development iteration Change-Id: I6480efe2c1619bafb48ce4c137a53e738e8732be Signed-off-by: Michael Pasternak <[email protected]> --- M Makefile M setup.py 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/18/11218/1 diff --git a/Makefile b/Makefile index 7649ae4..0ef0969 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.9 +rpmversion=3.2.0.10-SNAPSHOT RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-cli.spec diff --git a/setup.py b/setup.py index b2aa2e3..8975ca1 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.2.0.9-SNAPSHOT', + 'version': '3.2.0.10-SNAPSHOT', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/11218 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6480efe2c1619bafb48ce4c137a53e738e8732be Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
