From f8f8efbebe2f301ce5a2237c7fcc7aaf34aa9a21 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Tue, 28 Jan 2014 09:42:58 +0000 Subject: [PATCH] htsp: bump protocol version to reflect addition of new cutpoint API --- src/htsp_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htsp_server.c b/src/htsp_server.c index 5408ec36..8a018373 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