server: bump version
authorJens Axboe <axboe@fb.com>
Fri, 2 Sep 2016 17:24:59 +0000 (11:24 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 2 Sep 2016 17:24:59 +0000 (11:24 -0600)
Previous histogram commit changes the client/server protocol,
bump the version.

Signed-off-by: Jens Axboe <axboe@fb.com>
server.h

index 6633fdf454819669371f18f9c5132b67acafc59f..6c572a180cff40abba3484041789e13ec6a95438 100644 (file)
--- 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,