From: Adam Sutton Date: Mon, 15 Apr 2013 15:23:10 +0000 (+0100) Subject: htsp: bump version number due to imagecache fix X-Git-Tag: 3.4beta7^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc7997738f248dc89fef7d33944d58dba9225060;p=thirdparty%2Ftvheadend.git htsp: bump version number due to imagecache fix (cherry picked from commit c80088ac2396a453a8d8fcd84db259821d14e467) --- diff --git a/src/htsp_server.c b/src/htsp_server.c index 741d5b018..510366f1a 100644 --- a/src/htsp_server.c +++ b/src/htsp_server.c @@ -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