From: Michael R Sweet Date: Wed, 27 Oct 2021 13:26:23 +0000 (-0400) Subject: Snapshots should be 2.4git X-Git-Tag: v2.4rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38a06aa113886cce64157ed1665202de23cfceb8;p=thirdparty%2Fcups.git Snapshots should be 2.4git --- diff --git a/scripts/makesrcdist b/scripts/makesrcdist index 2a4b1aed86..a06130578b 100755 --- a/scripts/makesrcdist +++ b/scripts/makesrcdist @@ -25,8 +25,8 @@ fi if test $# = 0; then # Compute version for snapshot rev=`git show --oneline | head -1 | awk '{print $1}'` - version="2.3git" - fileversion="2.3git-$rev" + version="2.4git" + fileversion="2.4git-$rev" fileurl="file://$TMPDIR/cups-${fileversion}-source.tar.gz" SIGNFILES=no else