diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-06-10 06:58:47 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-06-10 06:58:47 +0200 |
commit | f6c4c074cc21283f5180f85ee06502544386058a (patch) | |
tree | ccfbb5ad06b89efba5f27c0e0a26b7f0362823ba | |
parent | 29a90ddbe14d438463617e4629f7a9138854d466 (diff) | |
download | fio-f6c4c074cc21283f5180f85ee06502544386058a.tar.gz fio-f6c4c074cc21283f5180f85ee06502544386058a.tar.bz2 |
Fio 1.27.3fio-1.27.3
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ #include "filehash.h" #include "verify.h" -static char fio_version_string[] = "fio 1.27.2"; +static char fio_version_string[] = "fio 1.27.3"; #define FIO_RANDSEED (0xb1899bedUL) |