]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - tools/makesrcdist
Fix version check.
[thirdparty/cups.git] / tools / makesrcdist
index a2f6119188491c3ac97e7159f4bfe44e418e79c4..0eb4426f61c77cf5e78a84ff738b86cb1f0be6d7 100755 (executable)
@@ -42,7 +42,7 @@ else
 
        echo Validating sources...
        cupsversionpatch=`echo $version | awk -F. '{if (NF == 3) { print $3 } else { print "0" } }'`
-       cupsversion=`printf "1.07%02d" $cupsversionpatch`
+       cupsversion=`printf "2.00%02d" $cupsversionpatch`
 
        temp=`grep CUPS_VERSION cups/cups.h | grep -v CUPS_VERSION_ | awk '{print $4}'`
        if test "$temp" != $cupsversion; then