Update fio io engine version
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 1e63f3b63747b761a75c854e2ec79bf0ac5cdd94..1b8a66d1fdac3c0eab6ba2f55efd67f026104880 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -836,7 +836,7 @@ struct ioengine_ops {
        void *dlhandle;
 };
 
-#define FIO_IOOPS_VERSION      6
+#define FIO_IOOPS_VERSION      7
 
 extern struct ioengine_ops *load_ioengine(struct thread_data *, const char *);
 extern void register_ioengine(struct ioengine_ops *);