From: Chris Tallon Date: Sun, 16 Feb 2014 20:57:56 +0000 (+0000) Subject: Update version number, protocol version for 0.4.1 X-Git-Tag: 0-4-1^0 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=b3247812aff531c87bbd551759a52acb43016afa;p=vompserver.git Update version number, protocol version for 0.4.1 --- diff --git a/vompclientrrproc.c b/vompclientrrproc.c index 0732274..841d382 100644 --- a/vompclientrrproc.c +++ b/vompclientrrproc.c @@ -43,7 +43,7 @@ bool ResumeIDLock; -ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION = 0x00000301; +ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION = 0x00000300; // 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 9276795..b59a037 100644 --- a/vompserver.c +++ b/vompserver.c @@ -27,7 +27,7 @@ #include "mvpserver.h" //#include "vompclient.h" -static const char *VERSION = "0.4.0"; +static const char *VERSION = "0.4.1"; static const char *DESCRIPTION = "Vompserver plugin by Chris Tallon"; static const char *MAINMENUENTRY = "Vompserver";