From 98eeabf3e54aea64363a231123aacd5b0730e051 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 25 Apr 2008 14:35:50 +0200 Subject: [PATCH] Fio 1.20 Lots of changes since 1.19, the major feature being proper sharing of files between jobs, file locking, and so on. Signed-off-by: Jens Axboe --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.c b/init.c index 8f886cb9..63aaa76f 100644 --- a/init.c +++ b/init.c @@ -19,7 +19,7 @@ #include "smalloc.h" #include "filehash.h" -static char fio_version_string[] = "fio 1.20-rc4"; +static char fio_version_string[] = "fio 1.20"; #define FIO_RANDSEED (0xb1899bedUL) -- 2.25.1