Fio 1.34 fio-1.34
authorJens Axboe <jens.axboe@oracle.com>
Sat, 12 Sep 2009 19:34:19 +0000 (21:34 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 12 Sep 2009 19:34:19 +0000 (21:34 +0200)
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 <jens.axboe@oracle.com>
init.c

diff --git a/init.c b/init.c
index 83f3fa0293a05a4efd9f53ea17289c6084bb485b..18fefee4a4a57ea1e2809666de1fd5d592ec3401 100644 (file)
--- 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)