Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: post otopi-1.2.0_rc3 ......................................................................
packaging: post otopi-1.2.0_rc3 Change-Id: I4c24686c90ebb8c0dd93c1bb057d9aeaf01a868a Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M ChangeLog M configure.ac 2 files changed, 5 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/16/25616/1 diff --git a/ChangeLog b/ChangeLog index 9f80b6c..e960f50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ otopi -- oVirt Task Oriented Pluggable Installer/Implementation +????-??-?? - Version 1.2.0 + + 2014-03-11 - Version 1.2.0_rc3 * core: log: filter overlapping patterns. diff --git a/configure.ac b/configure.ac index f18c7b8..b29b68e 100644 --- a/configure.ac +++ b/configure.ac @@ -23,11 +23,11 @@ define([VERSION_MINOR], [2]) define([VERSION_FIX], [0]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_SUFFIX], [_rc3]) +define([VERSION_SUFFIX], [_master]) AC_INIT([otopi], VERSION_NUMBER[]VERSION_SUFFIX) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="0.9" +PACKAGE_RPM_RELEASE="0.10.$(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/25616 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4c24686c90ebb8c0dd93c1bb057d9aeaf01a868a Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches