Ensure that non-git basic installs return sane version information
authorJens Axboe <axboe@kernel.dk>
Wed, 6 Jun 2012 06:20:27 +0000 (08:20 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 6 Jun 2012 06:20:27 +0000 (08:20 +0200)
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 <axboe@kernel.dk>
FIO-VERSION-GEN

index 0d2012622c584464409c3bf3efe12e022483aafb..ee017f002d5c0557f3656c6d03726058744d4023 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=FIO-VERSION-FILE
-DEF_VER=2.0.8
+DEF_VER=fio-2.0.8
 
 LF='
 '