Fio 1.99 fio-1.99
authorJens Axboe <axboe@kernel.dk>
Wed, 5 Oct 2011 08:29:34 +0000 (10:29 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 5 Oct 2011 08:29:34 +0000 (10:29 +0200)
Now that network functionality is mostly done, tag a pre 2.0 version
as 1.99.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.h

diff --git a/fio.h b/fio.h
index 1fb2118060275e6e11db88f10510ff93278910f9..ab0d6a49f63b453224a854925405373895d24e33 100644 (file)
--- 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"