Fio 1.21-rc5 fio-1.21-rc5
authorJens Axboe <jens.axboe@oracle.com>
Mon, 2 Jun 2008 10:52:56 +0000 (12:52 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 2 Jun 2008 10:52:56 +0000 (12:52 +0200)
Getting close to 1.21, all three supported platforms (Linux, Solaris,
and FreeBSD) now compile and work fine.

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

diff --git a/init.c b/init.c
index e7a61c2b58b6c483207acbbf1c67a5baa7977cb9..420a1bc2f87d16c9fc93c48a74939141f1908f61 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-rc4";
+static char fio_version_string[] = "fio 1.21-rc5";
 
 #define FIO_RANDSEED           (0xb1899bedUL)