Fio 1.20-rc2 fio-1.20-rc2
authorJens Axboe <jens.axboe@oracle.com>
Thu, 6 Mar 2008 14:47:03 +0000 (15:47 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 6 Mar 2008 14:47:03 +0000 (15:47 +0100)
-rc1 had some bugs due to the dyn file allocation, so make an -rc2 since
those should now be shaken out.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c

diff --git a/init.c b/init.c
index 3f0dfc6e8d5a46fc8fccde64eaf456fc89beb958..7711189ccd4d2f86a2ddd49db271cfef200b97c9 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-rc1";
+static char fio_version_string[] = "fio 1.20-rc2";
 
 #define FIO_RANDSEED           (0xb1899bedUL)