From: Jens Axboe Date: Wed, 20 May 2009 09:53:04 +0000 (+0200) Subject: Fio 1.26.4 X-Git-Tag: fio-1.26.4^0 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=55093ac92265a5132a67d2207aff7e0459086c22;hp=b0f65863844b4de92d10fefaabde80ea5bc3e5cc Fio 1.26.4 pre_read option was buggy, so tag a new release now. Signed-off-by: Jens Axboe --- diff --git a/init.c b/init.c index f0768ba3..07068d74 100644 --- a/init.c +++ b/init.c @@ -19,7 +19,7 @@ #include "smalloc.h" #include "filehash.h" -static char fio_version_string[] = "fio 1.26.3"; +static char fio_version_string[] = "fio 1.26.4"; #define FIO_RANDSEED (0xb1899bedUL)