]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
htsp: bump protocol version to reflect addition of new cutpoint API htsp/12
authorAdam Sutton <dev@adamsutton.me.uk>
Tue, 28 Jan 2014 09:42:58 +0000 (09:42 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Tue, 28 Jan 2014 09:42:58 +0000 (09:42 +0000)
src/htsp_server.c

index 5408ec36b37d3c892b057ee3dc28c26c70054325..8a018373aa94d61f22c9e6d97af626535d31b49e 100644 (file)
@@ -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