From e91c9354656a5ac091b6500c220e10a53b2d262e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Fri, 4 Dec 2009 21:11:35 +0000 Subject: [PATCH] Bump HTSP version to 5 due to r3738 --- src/htsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htsp.c b/src/htsp.c index 516419ae..ecf7d0f9 100644 --- a/src/htsp.c +++ b/src/htsp.c @@ -48,7 +48,7 @@ static void *htsp_server; -#define HTSP_PROTO_VERSION 4 +#define HTSP_PROTO_VERSION 5 #define HTSP_PRIV_MASK (ACCESS_STREAMING)