From d488d68cf86468c0f1dc3075d9953ce2aab67808 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sat, 12 Sep 2009 21:34:19 +0200 Subject: [PATCH 1/1] Fio 1.34 Two critical fixes since 1.33 warrant a new release. This now works properly with shm huge pages again, and a deadlock with lvm component resolving is fixed. Signed-off-by: Jens Axboe --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.c b/init.c index 83f3fa02..18fefee4 100644 --- a/init.c +++ b/init.c @@ -20,7 +20,7 @@ #include "filehash.h" #include "verify.h" -static char fio_version_string[] = "fio 1.33.1"; +static char fio_version_string[] = "fio 1.34"; #define FIO_RANDSEED (0xb1899bedUL) -- 2.25.1