From: Adam Sutton Date: Tue, 28 Jan 2014 09:42:58 +0000 (+0000) Subject: htsp: bump protocol version to reflect addition of new cutpoint API X-Git-Tag: v4.1~2267 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f8efbebe2f301ce5a2237c7fcc7aaf34aa9a21;p=thirdparty%2Ftvheadend.git htsp: bump protocol version to reflect addition of new cutpoint API --- diff --git a/src/htsp_server.c b/src/htsp_server.c index 5408ec36b..8a018373a 100644 --- a/src/htsp_server.c +++ b/src/htsp_server.c @@ -63,7 +63,7 @@ static void *htsp_server, *htsp_server_2; -#define HTSP_PROTO_VERSION 11 +#define HTSP_PROTO_VERSION 12 #define HTSP_ASYNC_OFF 0x00 #define HTSP_ASYNC_ON 0x01