]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Snapshots should be 2.4git
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 27 Oct 2021 13:26:23 +0000 (09:26 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 27 Oct 2021 13:26:23 +0000 (09:26 -0400)
scripts/makesrcdist

index 2a4b1aed861af044bb7337a3cbf0f38611e5e5e5..a06130578b2230d291a542ac058816f97a9e1fa6 100755 (executable)
@@ -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