Fio 1.50-rc1 fio-1.50-rc1
authorJens Axboe <jaxboe@fusionio.com>
Mon, 10 Jan 2011 19:20:38 +0000 (20:20 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 10 Jan 2011 19:20:38 +0000 (20:20 +0100)
Now that we have Windows support pretty much done, lets rev
the version.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
init.c

diff --git a/init.c b/init.c
index 0a3529d08425fa53bb3319a52ad319079a6e3cbd..124bdbbbf2fa30beabcb62e69814f2b20f951791 100644 (file)
--- a/init.c
+++ b/init.c
@@ -22,7 +22,7 @@
 
 #include "lib/getopt.h"
 
-static char fio_version_string[] = "fio 1.44.3";
+static char fio_version_string[] = "fio 1.50-rc1";
 
 #define FIO_RANDSEED           (0xb1899bedUL)