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/?a=commitdiff_plain;h=f539cbd1cd78a54195504b4270aba8bdce09cb0e;p=fio.git 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"