From: Jens Axboe Date: Mon, 2 Jun 2008 10:55:14 +0000 (+0200) Subject: Fio 1.21-rc6 X-Git-Tag: fio-1.21-rc6^0 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=6a42d8880794620af7b9d026be10671d14166f7e;p=fio.git Fio 1.21-rc6 Stupid Linux compile error in -rc5 Signed-off-by: Jens Axboe --- diff --git a/init.c b/init.c index 420a1bc2..ec515e64 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-rc5"; +static char fio_version_string[] = "fio 1.21-rc6"; #define FIO_RANDSEED (0xb1899bedUL)