]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Bump HTSP protocol version to 11 for the recent transcoding changes and the addition... htsp/11
authorDave Chapman <dave@dchapman.com>
Mon, 13 May 2013 10:23:26 +0000 (11:23 +0100)
committerDave Chapman <dave@dchapman.com>
Mon, 13 May 2013 10:23:26 +0000 (11:23 +0100)
src/htsp_server.c

index eeb15ace46d9ed14b57477cff62530c79af2b9fe..88fe3bdd4b60ef1efbf001b238607e839537f556 100644 (file)
@@ -59,7 +59,7 @@
 
 static void *htsp_server, *htsp_server_2;
 
-#define HTSP_PROTO_VERSION 10
+#define HTSP_PROTO_VERSION 11
 
 #define HTSP_ASYNC_OFF  0x00
 #define HTSP_ASYNC_ON   0x01