Fix bug in parser that causes a crash with a bad option
[fio.git] / init.c
diff --git a/init.c b/init.c
index a55868624e8ec277ec90466f09f35f316a2ba756..f00ced32100d0886307ea6e3a885037af48865d3 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.22";
+static char fio_version_string[] = "fio 1.23";
 
 #define FIO_RANDSEED           (0xb1899bedUL)