Juan Hernandez has uploaded a new change for review. Change subject: cli: Change version number to 3.5.0.0 ......................................................................
cli: Change version number to 3.5.0.0 The 3.4 branch has been created for the next stable release. The master branch will use version 3.5.0.0 now. Change-Id: If03fdfd2cede2ed52b6f3a95f275cb8b95a2a312 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/69/23669/1 diff --git a/Makefile b/Makefile index ddfe83b..0c3cd4e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm -rpmrelease:=1 -rpmversion=3.4.0.2 +rpmrelease:=0.1 +rpmversion=3.5.0.0 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-cli.spec diff --git a/setup.py b/setup.py index b24f026..5c0c353 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-shell', - 'version': '3.4.0.2-1', + 'version': '3.5.0.0', 'description': 'A command-line interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/23669 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If03fdfd2cede2ed52b6f3a95f275cb8b95a2a312 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
