From: Jens Axboe Date: Thu, 11 Jun 2009 20:06:40 +0000 (+0200) Subject: Fio 1.28 X-Git-Tag: fio-1.28^0 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9896178e0969cacb521e004e59c580eab63f35f3;p=fio.git Fio 1.28 Should be good enough for another major release. Signed-off-by: Jens Axboe --- diff --git a/init.c b/init.c index d6fc930c..f2746976 100644 --- a/init.c +++ b/init.c @@ -20,7 +20,7 @@ #include "filehash.h" #include "verify.h" -static char fio_version_string[] = "fio 1.27.4"; +static char fio_version_string[] = "fio 1.28"; #define FIO_RANDSEED (0xb1899bedUL)