Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: post otopi-1.1.3 ......................................................................
packaging: post otopi-1.1.3 Change-Id: I731d5d030a3e0462a1f58d37f509252cb21a19c1 Signed-off-by: Alon Bar-Lev <[email protected]> --- M ChangeLog M configure.ac 2 files changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/50/24650/1 diff --git a/ChangeLog b/ChangeLog index 92465be..30943d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ otopi -- oVirt Task Oriented Pluggable Installer/Implementation +????-??-?? - Version 1.1.4 + + 2014-02-18 - Version 1.1.3 * yum: return group id and not name out of query groups. diff --git a/configure.ac b/configure.ac index 6fc5125..8330c40 100644 --- a/configure.ac +++ b/configure.ac @@ -21,13 +21,13 @@ define([VERSION_MAJOR], [1]) define([VERSION_MINOR], [1]) -define([VERSION_FIX], [3]) +define([VERSION_FIX], [4]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_SUFFIX], []) +define([VERSION_SUFFIX], [_master]) AC_INIT([otopi], 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/^_/-/')" AC_SUBST([PACKAGE_RPM_VERSION]) AC_SUBST([PACKAGE_RPM_RELEASE]) -- To view, visit http://gerrit.ovirt.org/24650 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I731d5d030a3e0462a1f58d37f509252cb21a19c1 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: otopi-1.1 Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
