From b3247812aff531c87bbd551759a52acb43016afa Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sun, 16 Feb 2014 20:57:56 +0000 Subject: [PATCH] Update version number, protocol version for 0.4.1 --- vompclientrrproc.c | 2 +- vompserver.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.39.2