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,
#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