From: Chris Tallon Date: Sat, 19 Jan 2013 19:49:57 +0000 (+0000) Subject: Version numbers X-Git-Tag: 0-4-0^2~3 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=6ba471b13307782f708884f697e1f842c119b78c;p=vompserver.git Version numbers --- diff --git a/vompclientrrproc.c b/vompclientrrproc.c index 888415a..5884721 100644 --- a/vompclientrrproc.c +++ b/vompclientrrproc.c @@ -42,7 +42,7 @@ bool ResumeIDLock; -ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION = 0x00000100; +ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION = 0x00000200; // 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 31e2b6c..8a86e16 100644 --- a/vompserver.c +++ b/vompserver.c @@ -27,7 +27,7 @@ #include "mvpserver.h" //#include "vompclient.h" -static const char *VERSION = "0.3.1"; +static const char *VERSION = "0.4.0"; static const char *DESCRIPTION = "VDR on MVP plugin by Chris Tallon"; #ifndef VOMPSTANDALONE