X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=FIO-VERSION-GEN;h=3b4f206ce8052eaae0b0d3b49b24ed834093af10;hp=b126baf4e060a3e6defffc7d5ab36093025dfd73;hb=034ada869882efb9dcd340648bc8bcc9e9a4215e;hpb=499b43c1dc1c07ef87c0736e65e357c93fc6e99e diff --git a/FIO-VERSION-GEN b/FIO-VERSION-GEN index b126baf4..3b4f206c 100755 --- a/FIO-VERSION-GEN +++ b/FIO-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=FIO-VERSION-FILE -DEF_VER=fio-2.1.8 +DEF_VER=fio-2.21 LF=' ' @@ -15,7 +15,7 @@ elif test -d .git -o -f .git && VN=`git describe --match "fio-[0-9]*" --abbrev=4 HEAD 2>/dev/null` && case "$VN" in *$LF*) (exit 1) ;; - v[0-9]*) + fio-[0-9]*) git update-index -q --refresh test -z "`git diff-index --name-only HEAD --`" || VN="$VN-dirty" ;; @@ -38,5 +38,3 @@ test "$VN" = "$VC" || { echo >&2 "FIO_VERSION = $VN" echo "FIO_VERSION = $VN" >$GVF } - -