Fix bad random offset generation for file map
[fio.git] / init.c
diff --git a/init.c b/init.c
index 4eb0df2def2e529ca5a3165e506d0775f8a10ab0..0435dd02fa197a9731d5c123432bba54cd606152 100644 (file)
--- a/init.c
+++ b/init.c
@@ -22,7 +22,7 @@
 
 #include "lib/getopt.h"
 
-static char fio_version_string[] = "fio 1.58";
+static char fio_version_string[] = "fio 1.59";
 
 #define FIO_RANDSEED           (0xb1899bedUL)