From: Jens Axboe Date: Fri, 2 Sep 2016 17:24:59 +0000 (-0600) Subject: server: bump version X-Git-Tag: fio-2.14~11 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=b678fac65b13dabd0f78ceb338547b9acb5a4f2d;ds=sidebyside server: bump version Previous histogram commit changes the client/server protocol, bump the version. Signed-off-by: Jens Axboe --- diff --git a/server.h b/server.h index 6633fdf4..6c572a18 100644 --- a/server.h +++ b/server.h @@ -38,7 +38,7 @@ struct fio_net_cmd_reply { }; enum { - FIO_SERVER_VER = 56, + FIO_SERVER_VER = 57, FIO_SERVER_MAX_FRAGMENT_PDU = 1024, FIO_SERVER_MAX_CMD_MB = 2048,