Martin Sivák has uploaded a new change for review. Change subject: Bump version ......................................................................
Bump version Change-Id: Ib31b2b720df249cef42a1d9a7aa206fbf81a3552 Signed-off-by: Martin Sivak <[email protected]> --- M configure.ac M ovirt-hosted-engine-ha.spec.in 2 files changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha refs/changes/39/26039/1 diff --git a/configure.ac b/configure.ac index 54b3575..5190d4b 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_PREREQ(2.60) define([VERSION_MAJOR], [1]) -define([VERSION_MINOR], [1]) +define([VERSION_MINOR], [2]) define([VERSION_FIX], [0]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) define([VERSION_RELEASE], [0.0]) diff --git a/ovirt-hosted-engine-ha.spec.in b/ovirt-hosted-engine-ha.spec.in index 98584a3..dd119a3 100644 --- a/ovirt-hosted-engine-ha.spec.in +++ b/ovirt-hosted-engine-ha.spec.in @@ -191,6 +191,9 @@ %changelog +* Mon Mar 24 2014 Martin Sivak <[email protected]> - 1.2.0-0.0.master +- New backend interface + * Thu Dec 19 2013 Greg Padgett <[email protected]> - 1.1.0-0.0.master - New version after 1.0 branch -- To view, visit http://gerrit.ovirt.org/26039 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib31b2b720df249cef42a1d9a7aa206fbf81a3552 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: master Gerrit-Owner: Martin Sivák <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
