Fio 1.30 fio-1.30
authorJens Axboe <jens.axboe@oracle.com>
Fri, 3 Jul 2009 06:40:55 +0000 (08:40 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 3 Jul 2009 06:40:55 +0000 (08:40 +0200)
O_DIRECT accidentically got broken by the iomem_align option, so
lets just cut a new major release.

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

diff --git a/init.c b/init.c
index b9cb2bd4a835124e9f8e867bd8f12a02e59fe2aa..600237488de2b2fd8b94d3f6eb5f12e0aa6217ee 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.29";
+static char fio_version_string[] = "fio 1.30";
 
 #define FIO_RANDSEED           (0xb1899bedUL)