X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=FIO-VERSION-GEN;h=47af94e9ded4bd33f14c385707afb78c8332dae6;hp=fcdbd98611982e6c7f18a8f0fda0c4dafac6b3e4;hb=cb765e413e4d124355c3eec47f7ac8cd314a6951;hpb=fe8d0f4c54f0c308c9a02a4e3c2f5084e8bf5461 diff --git a/FIO-VERSION-GEN b/FIO-VERSION-GEN index fcdbd986..47af94e9 100755 --- a/FIO-VERSION-GEN +++ b/FIO-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=FIO-VERSION-FILE -DEF_VER=fio-2.9 +DEF_VER=fio-3.27 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 } - -