From 47ea504af7710960e4019254cb910f69a32cb242 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 6 Jun 2012 08:20:27 +0200 Subject: [PATCH] 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 --- FIO-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=' ' -- 2.25.1