]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
htsp: bump version number due to imagecache fix htsp/10
authorAdam Sutton <dev@adamsutton.me.uk>
Mon, 15 Apr 2013 15:23:10 +0000 (16:23 +0100)
committerAdam Sutton <dev@adamsutton.me.uk>
Mon, 15 Apr 2013 15:23:10 +0000 (16:23 +0100)
src/htsp_server.c

index 97fa950da63b6b6156b04482e5e1107c9ff1f66a..f68d016dc7ebb47b5dcc6c3f3e2d4ecd026cacd0 100644 (file)
@@ -57,7 +57,7 @@
 
 static void *htsp_server, *htsp_server_2;
 
-#define HTSP_PROTO_VERSION 9
+#define HTSP_PROTO_VERSION 10
 
 #define HTSP_ASYNC_OFF  0x00
 #define HTSP_ASYNC_ON   0x01