From 6ba471b13307782f708884f697e1f842c119b78c Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Sat, 19 Jan 2013 19:49:57 +0000 Subject: [PATCH] Version numbers --- vompclientrrproc.c | 2 +- vompserver.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2