From: Jens Axboe Date: Wed, 1 Jul 2009 08:45:31 +0000 (+0200) Subject: Fio 1.29-rc1 X-Git-Tag: fio-1.29-rc1^0 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c103f2440db0ceab0eb6c0d6669be285766fb495;p=fio.git Fio 1.29-rc1 Signed-off-by: Jens Axboe --- diff --git a/init.c b/init.c index d40009d2..305f6605 100644 --- a/init.c +++ b/init.c @@ -20,7 +20,7 @@ #include "filehash.h" #include "verify.h" -static char fio_version_string[] = "fio 1.28"; +static char fio_version_string[] = "fio 1.29-rc1"; #define FIO_RANDSEED (0xb1899bedUL)