From: Jens Axboe Date: Tue, 28 May 2013 12:17:50 +0000 (+0200) Subject: Bump IO engine version number X-Git-Tag: fio-2.1.1~6 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=d179fe19f0f6b56a3335848bfac04df4c758e69f Bump IO engine version number We changed the layout of io_u, which isn't binary compatible with pre-compiled external engines. Signed-off-by: Jens Axboe --- diff --git a/ioengine.h b/ioengine.h index 19807a4d..31662ebe 100644 --- a/ioengine.h +++ b/ioengine.h @@ -15,7 +15,7 @@ #include #endif -#define FIO_IOOPS_VERSION 15 +#define FIO_IOOPS_VERSION 16 enum { IO_U_F_FREE = 1 << 0,