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,
/*
- * Copyright 2004-2013 Chris Tallon
+ * Copyright 2004-2019 Chris Tallon
*
* This file is part of VOMP.
*
#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";