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: v3.9~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fhtsp%2F10;p=thirdparty%2Ftvheadend.git htsp: bump version number due to imagecache fix --- diff --git a/src/htsp_server.c b/src/htsp_server.c index 97fa950da..f68d016dc 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