From b1d1b239d2a3299a4d7b7b3de185923c655d0a48 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 5 Oct 2011 10:29:34 +0200 Subject: [PATCH] Fio 1.99 Now that network functionality is mostly done, tag a pre 2.0 version as 1.99. Signed-off-by: Jens Axboe --- fio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.25.1