Michael Pasternak has uploaded a new change for review. Change subject: sdk: prepare to the next development iteration ......................................................................
sdk: prepare to the next development iteration Change-Id: I0ff3d3904b93160dddd58849104f03c08d9b10d5 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-sdk refs/changes/16/11216/1 diff --git a/Makefile b/Makefile index 4206509..b3d0021 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: rpm rpmrelease:=1 -rpmversion=3.2.0.8 +rpmversion=3.2.0.9-SNAPSHOT RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-sdk.spec diff --git a/setup.py b/setup.py index a8dc428..a1b4ecf 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ version_info = { 'name': 'ovirt-engine-sdk', - 'version': '3.2.0.8-SNAPSHOT', + 'version': '3.2.0.9-SNAPSHOT', 'description': 'A SDK interface to oVirt Virtualization', 'author': 'Michael Pasternak', 'author_email': '[email protected]', -- To view, visit http://gerrit.ovirt.org/11216 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0ff3d3904b93160dddd58849104f03c08d9b10d5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
