Fio 1.16.8 fio-1.16.8
authorJens Axboe <jens.axboe@oracle.com>
Thu, 19 Jul 2007 13:08:54 +0000 (15:08 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 19 Jul 2007 13:08:54 +0000 (15:08 +0200)
1.16.7 was rather short lived, as it had a stupid bug for
the ordinary malloc() backed buffers.

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

diff --git a/init.c b/init.c
index 6cbed8c86ea1d9593719bdd4ffdae37ba72c6456..4d7202ec98008d81af6688082762af07f3d113fd 100644 (file)
--- a/init.c
+++ b/init.c
@@ -17,7 +17,7 @@
 #include "fio.h"
 #include "parse.h"
 
 #include "fio.h"
 #include "parse.h"
 
-static char fio_version_string[] = "fio 1.16.7";
+static char fio_version_string[] = "fio 1.16.8";
 
 #define FIO_RANDSEED           (0xb1899bedUL)
 
 
 #define FIO_RANDSEED           (0xb1899bedUL)