Kiril Nesenko has uploaded a new change for review. Change subject: build: ovirt-image-uploader-3.3.0_beta1. ......................................................................
build: ovirt-image-uploader-3.3.0_beta1. Change-Id: Idb79032426b56ab3803cb240e935df0059e4e4e6 Signed-off-by: Kiril Nesenko <[email protected]> --- M configure.ac M ovirt-image-uploader.spec.in 2 files changed, 5 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-image-uploader refs/changes/68/16868/1 diff --git a/configure.ac b/configure.ac index 6510a5c..b67ee8a 100644 --- a/configure.ac +++ b/configure.ac @@ -21,11 +21,11 @@ define([VERSION_MINOR], [3]) define([VERSION_FIX], [0]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) -define([VERSION_SUFFIX], [_master]) +define([VERSION_SUFFIX], [_beta1]) AC_INIT([ovirt-image-uploader], VERSION_NUMBER[]VERSION_SUFFIX) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed 's/^_//')" +PACKAGE_RPM_RELEASE="0.1.$(echo VERSION_SUFFIX | sed 's/^_//')" AC_SUBST([PACKAGE_RPM_VERSION]) AC_SUBST([PACKAGE_RPM_RELEASE]) diff --git a/ovirt-image-uploader.spec.in b/ovirt-image-uploader.spec.in index a71f090..4d364ab 100644 --- a/ovirt-image-uploader.spec.in +++ b/ovirt-image-uploader.spec.in @@ -60,6 +60,9 @@ %{_mandir}/man8/* %changelog +* Mon Jul 15 2013 Kiril Nesenko <[email protected]> - 3.3.0-0.1.beta1 +- 3.3.0-0.1.beta1 + * Thu Feb 14 2013 Kiril Nesenko <[email protected]> - 3.2.0-1 - 3.2.0-1 -- To view, visit http://gerrit.ovirt.org/16868 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idb79032426b56ab3803cb240e935df0059e4e4e6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-image-uploader Gerrit-Branch: master Gerrit-Owner: Kiril Nesenko <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
