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: Iaf9188eca8c9ce5060275cafed89dded968a9fb8 Signed-off-by: Juan Hernandez <[email protected]> --- M Makefile M setup.py 2 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/86/33386/1 diff --git a/Makefile b/Makefile index 581894e..805b7f5 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm -rpmrelease:=1$(rpmsuffix) -rpmversion=3.5.0.5 +rpmrelease:=0.1$(rpmsuffix) +rpmversion=3.5.0.6 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-cli.spec diff --git a/setup.py b/setup.py index e2f6a7a..17eb8af 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.5.0.5', + 'version': '3.5.0.6', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/33386 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaf9188eca8c9ce5060275cafed89dded968a9fb8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: cli_3.5 Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
