Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: post ovirt-host-deploy-1.1.0 ......................................................................
packaging: post ovirt-host-deploy-1.1.0 Change-Id: Id3beb9acda5b64fcfb3fbebcdb257b6a35f6c434 Signed-off-by: Alon Bar-Lev <[email protected]> --- M configure.ac 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/81/18581/1 diff --git a/configure.ac b/configure.ac index 609f645..8624d33 100644 --- a/configure.ac +++ b/configure.ac @@ -19,14 +19,14 @@ 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_SUFFIX], []) +define([VERSION_SUFFIX], [_master]) AC_INIT([ovirt-host-deploy], VERSION_NUMBER[]VERSION_SUFFIX) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="1" +PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed 's/^_//')" PACKAGE_MAVEN_VERSION="VERSION_MAJOR.VERSION_MINOR.0$(echo VERSION_SUFFIX | sed 's/^_/-/')" INTERFACE_VERSION=3 AC_SUBST([PACKAGE_RPM_VERSION]) -- To view, visit http://gerrit.ovirt.org/18581 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id3beb9acda5b64fcfb3fbebcdb257b6a35f6c434 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
