From: Jens Axboe Date: Mon, 2 Jun 2008 10:52:56 +0000 (+0200) Subject: Fio 1.21-rc5 X-Git-Tag: fio-1.21-rc5^0 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=0f0bc04d714571fd2b0e0bae293f085453131b33;hp=ba47b7db6fa37ab8076e5d0d2d4f2f5db8506cba;ds=sidebyside 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 --- 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)