From 0f0bc04d714571fd2b0e0bae293f085453131b33 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 2 Jun 2008 12:52:56 +0200 Subject: [PATCH] Fio 1.21-rc5 Getting close to 1.21, all three supported platforms (Linux, Solaris, and FreeBSD) now compile and work fine. Signed-off-by: Jens Axboe --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.c b/init.c index e7a61c2b..420a1bc2 100644 --- 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) -- 2.25.1