From 458892de9421703a2a93138b92c4fbfb69816d05 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Thu, 15 Sep 2005 22:13:49 +0000 Subject: [PATCH] Now that 1.5.11 is out, previous versions won't be x.y.zi: adjust diff. --- build-release | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-release b/build-release index a1800e4b..65fe2166 100755 --- a/build-release +++ b/build-release @@ -72,7 +72,7 @@ cvs tag ${TAG} if test "$diff" = yes ; then cvs rdiff -u -r ${OTAG} -r ${TAG} mutt | gzip -9 \ - > diff-${OVERSION}i-${VERSION}.gz + > diff-${OVERSION}-${VERSION}.gz fi # sign the various files @@ -81,7 +81,7 @@ fi DISTFILES="mutt-${VERSION}.tar.gz" if test "$diff" = yes ; then - DISTFILES="$DISTFILES diff-${OVERSION}i-${VERSION}.gz" + DISTFILES="$DISTFILES diff-${OVERSION}-${VERSION}.gz" fi for f in $DISTFILES; do -- 2.40.0