From: Jens Axboe Date: Wed, 5 Oct 2011 08:29:34 +0000 (+0200) Subject: Fio 1.99 X-Git-Tag: fio-1.99 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=refs%2Ftags%2Ffio-1.99 Fio 1.99 Now that network functionality is mostly done, tag a pre 2.0 version as 1.99. Signed-off-by: Jens Axboe --- diff --git a/fio.h b/fio.h index 1fb21180..ab0d6a49 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"