From: Chris Tallon Date: Mon, 27 Feb 2017 15:24:28 +0000 (+0000) Subject: Allow client protocol version 301 X-Git-Tag: 0-5-0 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=cf54cbba070792482e162a2aa188efa46e51b464;p=vompserver.git Allow client protocol version 301 --- diff --git a/vompclientrrproc.c b/vompclientrrproc.c index 6799c77..f8e8d7d 100644 --- a/vompclientrrproc.c +++ b/vompclientrrproc.c @@ -45,7 +45,7 @@ bool ResumeIDLock; -ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION_MIN = 0x00000400; +ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION_MIN = 0x00000301; ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION_MAX = 0x00000400; // format is aabbccdd // cc is release protocol version, increase with every release, that changes protocol