From 2135abc4f63c54e213abe0e9469eeba7a58815fc Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 20 Jul 2007 16:08:28 +0200 Subject: [PATCH] Fio 1.16.9 Lots of good bug reporting from Erwan Velu, so lets celebrate those fixes with a new release. Signed-off-by: Jens Axboe --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.c b/init.c index 4d7202ec..8be2a10a 100644 --- a/init.c +++ b/init.c @@ -17,7 +17,7 @@ #include "fio.h" #include "parse.h" -static char fio_version_string[] = "fio 1.16.8"; +static char fio_version_string[] = "fio 1.16.9"; #define FIO_RANDSEED (0xb1899bedUL) -- 2.25.1