Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: post ovirt-host-deploy-1.2.2 ......................................................................
packaging: post ovirt-host-deploy-1.2.2 Change-Id: I54e255ed9fc517ca38e0c8e3dbccb1a3400c88fa Signed-off-by: Alon Bar-Lev <[email protected]> --- M ChangeLog M configure.ac 2 files changed, 5 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/27/29027/1 diff --git a/ChangeLog b/ChangeLog index 4b24a45..db342dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ ovirt-host-deploy -- oVirt host deploy +????-??-?? - Version 1.2.3 + + 2014-06-22 - Version 1.2.2 * vdsm: fix dmidecode output parsing, rhbz#1109342. diff --git a/configure.ac b/configure.ac index eaaf2fe..e01d4a0 100644 --- a/configure.ac +++ b/configure.ac @@ -22,11 +22,11 @@ define([VERSION_MINOR], [2]) define([VERSION_FIX], [2]) 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.1$(echo VERSION_SUFFIX | sed 's/^_/-/')" INTERFACE_VERSION=3 AC_SUBST([PACKAGE_RPM_VERSION]) -- To view, visit http://gerrit.ovirt.org/29027 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I54e255ed9fc517ca38e0c8e3dbccb1a3400c88fa Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: ovirt-host-deploy-1.2 Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
