Juan Hernandez has uploaded a new change for review. Change subject: cli: Prepare for next release ......................................................................
cli: Prepare for next release In preparation for the next release this patch increases the version number and sets the RPM release number to 0.1. Change-Id: I80ad630af6ef8c6df1b9ad05723d337280b55d23 Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M Makefile M setup.py 2 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/61/28061/1 diff --git a/Makefile b/Makefile index 95609ec..c1cb269 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm -rpmrelease:=1 -rpmversion=3.5.0.0 +rpmrelease:=0.1 +rpmversion=3.5.0.1 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-cli.spec diff --git a/setup.py b/setup.py index 799e48d..b8b899b 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.5.0.0', + 'version': '3.5.0.1', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': 'mpast...@redhat.com', -- To view, visit http://gerrit.ovirt.org/28061 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I80ad630af6ef8c6df1b9ad05723d337280b55d23 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: cli_3.5 Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches