]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
htsp: bump version number due to imagecache fix 3.4beta7
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:24:47 +0000 (16:24 +0100)
(cherry picked from commit c80088ac2396a453a8d8fcd84db259821d14e467)

src/htsp_server.c

index 741d5b018ff839df976d9b281dfa3cd8da4ccb30..510366f1a5906b624aaab30a7d9d97f86014c993 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