]> granicus.if.org Git - mutt/commitdiff
Now that 1.5.11 is out, previous versions won't be x.y.zi: adjust diff.
authorBrendan Cully <brendan@kublai.com>
Thu, 15 Sep 2005 22:13:49 +0000 (22:13 +0000)
committerBrendan Cully <brendan@kublai.com>
Thu, 15 Sep 2005 22:13:49 +0000 (22:13 +0000)
build-release

index a1800e4b203e3a12d1388cd2f71c11a0a6227906..65fe2166266cf3cdbbc25bf68ff805a74f1003ee 100755 (executable)
@@ -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