Fio 1.21-rc3 fio-1.21-rc3
authorJens Axboe <jens.axboe@oracle.com>
Wed, 28 May 2008 08:56:58 +0000 (10:56 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 28 May 2008 08:56:58 +0000 (10:56 +0200)
Quickly approaching 1.21 final, a few more critical fixes added.

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

diff --git a/init.c b/init.c
index 12913615d21874619129514e59b138e60518e555..56a1d331625ae6804bb92540a36551bd4a855d34 100644 (file)
--- a/init.c
+++ b/init.c
@@ -19,7 +19,7 @@
 #include "smalloc.h"
 #include "filehash.h"
 
-static char fio_version_string[] = "fio 1.21-rc2";
+static char fio_version_string[] = "fio 1.21-rc3";
 
 #define FIO_RANDSEED           (0xb1899bedUL)