From 9896178e0969cacb521e004e59c580eab63f35f3 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 11 Jun 2009 22:06:40 +0200 Subject: [PATCH 1/1] Fio 1.28 Should be good enough for another major release. Signed-off-by: Jens Axboe --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.25.1