diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-09-19 19:01:52 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-09-19 19:01:52 -0600 |
commit | 92f75708b530989fdb13b50be6604f44b80d038d (patch) | |
tree | aa7e7c33f8b618e87588865fa464e2c5979e789b | |
parent | fd94fcce62857e13add61cc9b880b4f266f0d2c3 (diff) | |
download | fio-92f75708b530989fdb13b50be6604f44b80d038d.tar.gz fio-92f75708b530989fdb13b50be6604f44b80d038d.tar.bz2 |
Fio 3.16fio-3.16
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rwxr-xr-x | FIO-VERSION-GEN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FIO-VERSION-GEN b/FIO-VERSION-GEN index 350da551..d5cec22e 100755 --- a/FIO-VERSION-GEN +++ b/FIO-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=FIO-VERSION-FILE -DEF_VER=fio-3.15 +DEF_VER=fio-3.16 LF=' ' |