summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2008-03-06 15:47:03 +0100
committerJens Axboe <jens.axboe@oracle.com>2008-03-06 15:47:03 +0100
commit4aae5155980cd5e1cfc8303cd30653e1238f4856 (patch)
tree6190882491e274465323e0542c3d2a933b5f4f2d
parent5ec10eaad3b09875b91e19a20bbdfa06f2117562 (diff)
downloadfio-4aae5155980cd5e1cfc8303cd30653e1238f4856.tar.gz
Fio 1.20-rc2
-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>
-rw-r--r--init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.c b/init.c
index 3f0dfc6e..7711189c 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-rc1";
+static char fio_version_string[] = "fio 1.20-rc2";
#define FIO_RANDSEED (0xb1899bedUL)