projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
cf9a74c
)
Ensure that non-git basic installs return sane version information
author
Jens Axboe
<axboe@kernel.dk>
Wed, 6 Jun 2012 06:20:27 +0000
(08:20 +0200)
committer
Jens 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
patch
|
blob
|
blame
|
history
diff --git
a/FIO-VERSION-GEN
b/FIO-VERSION-GEN
index 0d2012622c584464409c3bf3efe12e022483aafb..ee017f002d5c0557f3656c6d03726058744d4023 100755
(executable)
--- 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='
'