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: I6cab0cbe7c94f71c02e382609bfb76243e2e8dd5 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/07/23907/1 diff --git a/Makefile b/Makefile index 9be20a1..6a38bb8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm -rpmrelease:=1 -rpmversion=3.4.0.3 +rpmrelease:=0.1 +rpmversion=3.4.0.4 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-cli.spec diff --git a/setup.py b/setup.py index d3ff6e1..0416e2b 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.4.0.3', + 'version': '3.4.0.4', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': 'mpast...@redhat.com', -- To view, visit http://gerrit.ovirt.org/23907 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6cab0cbe7c94f71c02e382609bfb76243e2e8dd5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: cli_3.4 Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches