Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: post otopi-1.3.2 ......................................................................
packaging: post otopi-1.3.2 Change-Id: Id3a7e4a4396e12edeaba1c91e12dcd7777c94c9c 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/97/40797/1 diff --git a/ChangeLog b/ChangeLog index dba01a6..3e3c98f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ otopi -- oVirt Task Oriented Pluggable Installer/Implementation +????-??-?? - Version 1.3.3 + + 2015-05-12 - Version 1.3.2 * core: executePipe: call callback only if set rhbz#1214724. diff --git a/configure.ac b/configure.ac index 1f4d9d5..0237844 100644 --- a/configure.ac +++ b/configure.ac @@ -21,13 +21,13 @@ define([VERSION_MAJOR], [1]) define([VERSION_MINOR], [3]) -define([VERSION_FIX], [2]) +define([VERSION_FIX], [3]) 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 https://gerrit.ovirt.org/40797 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id3a7e4a4396e12edeaba1c91e12dcd7777c94c9c Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
