Fio 1.20 fio-1.20
authorJens Axboe <jens.axboe@oracle.com>
Fri, 25 Apr 2008 12:35:50 +0000 (14:35 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 25 Apr 2008 12:35:50 +0000 (14:35 +0200)
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 <jens.axboe@oracle.com>
init.c

diff --git a/init.c b/init.c
index 8f886cb92af76ae2007957602386797e55fe693b..63aaa76fb0cdd581a9fab0c8c4fa5bacc392a8e4 100644 (file)
--- 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)