[PATCH] Update version string, fix offset bug
[fio.git] / fio-ini.c
index c94062279989285ed20a0326e2297f86bf94029b..611bdca884fd805ef175c6801491dd2874d14954 100644 (file)
--- a/fio-ini.c
+++ b/fio-ini.c
@@ -37,7 +37,7 @@
 #define DEF_ZONE_SIZE          (0)
 #define DEF_ZONE_SKIP          (0)
 
-static char fio_version_string[] = "fio 1.1";
+static char fio_version_string[] = "fio 1.3";
 
 static int repeatable = DEF_RAND_REPEAT;
 static char *ini_file;