From: Jens Axboe Date: Wed, 10 Sep 2008 07:48:11 +0000 (+0200) Subject: Fio 1.22-rc1 X-Git-Tag: fio-1.22-rc1^0 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=44f0c3fce15b546cb75bca008f15b3fd33c30a68;p=fio.git Fio 1.22-rc1 Signed-off-by: Jens Axboe --- diff --git a/init.c b/init.c index 652b2e27..581194cf 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"; +static char fio_version_string[] = "fio 1.22-rc1"; #define FIO_RANDSEED (0xb1899bedUL)