From: Chris Tallon Date: Mon, 28 Oct 2019 17:18:34 +0000 (+0000) Subject: Set protocol version for release 0.5.1 X-Git-Tag: 0-5-1 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=781e1d85356c9f066e6f28b0d3ef830d76030f95;p=vompserver.git Set protocol version for release 0.5.1 --- diff --git a/vompclientrrproc.c b/vompclientrrproc.c index 5bca1e2..a0ccf26 100644 --- a/vompclientrrproc.c +++ b/vompclientrrproc.c @@ -45,8 +45,8 @@ bool ResumeIDLock; -ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION_MIN = 0x00000302; -ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION_MAX = 0x00000402; +ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION_MIN = 0x00000301; +ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION_MAX = 0x00000500; // format is aabbccdd // cc is release protocol version, increase with every release, that changes protocol // dd is development protocol version, set to zero at every release, diff --git a/vompserver.c b/vompserver.c index 6bc6e54..809906a 100644 --- a/vompserver.c +++ b/vompserver.c @@ -1,5 +1,5 @@ /* - * Copyright 2004-2013 Chris Tallon + * Copyright 2004-2019 Chris Tallon * * This file is part of VOMP. * @@ -27,7 +27,7 @@ #include "mvpserver.h" //#include "vompclient.h" -static const char *VERSION = "0.5.0"; +static const char *VERSION = "0.5.1"; static const char *DESCRIPTION = "Vompserver plugin by Chris Tallon"; static const char *MAINMENUENTRY = "Vompserver";