Fio 1.26.4 fio-1.26.4
authorJens Axboe <jens.axboe@oracle.com>
Wed, 20 May 2009 09:53:04 +0000 (11:53 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 20 May 2009 09:53:04 +0000 (11:53 +0200)
pre_read option was buggy, so tag a new release now.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c

diff --git a/init.c b/init.c
index f0768ba304197a01b7d91a014fa633ef51a7a238..07068d74f4a05e576b185d0c2ce7067c59eb45e8 100644 (file)
--- 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)