Fio 1.99

Now that network functionality is mostly done, tag a pre 2.0 version
as 1.99.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/fio.h b/fio.h
index 1fb2118..ab0d6a4 100644
--- a/fio.h
+++ b/fio.h
@@ -17,7 +17,7 @@
 struct thread_data;
 
 #define FIO_MAJOR	1
-#define FIO_MINOR	58
+#define FIO_MINOR	99
 #define FIO_PATCH	0
 
 #include "compiler/compiler.h"