From: Jens Axboe Date: Wed, 6 Jun 2012 06:20:27 +0000 (+0200) Subject: Ensure that non-git basic installs return sane version information X-Git-Tag: fio-2.0.9~20 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=47ea504af7710960e4019254cb910f69a32cb242;hp=cf9a74c8bd63d9db5256f1362885c740e11a1fe5 Ensure that non-git basic installs return sane version information If git wasn't available, we'd return 2.0.8 as the version info instead of fio-2.0.8 like we otherwise would. Signed-off-by: Jens Axboe --- diff --git a/FIO-VERSION-GEN b/FIO-VERSION-GEN index 0d201262..ee017f00 100755 --- a/FIO-VERSION-GEN +++ b/FIO-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=FIO-VERSION-FILE -DEF_VER=2.0.8 +DEF_VER=fio-2.0.8 LF=' '