From 323c99fbbf233fd352c16032966f9e13c33c4b1d Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Mon, 28 Oct 2019 17:18:34 +0000 Subject: [PATCH] Set protocol version for release 0.5.1 --- vompclientrrproc.c | 4 ++-- vompserver.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"; -- 2.39.2