]> git.vomp.tv Git - vompserver.git/commitdiff
Set protocol version for release 0.5.1 0-5-1
authorChris Tallon <chris@vomp.tv>
Mon, 28 Oct 2019 17:18:34 +0000 (17:18 +0000)
committerChris Tallon <chris@vomp.tv>
Mon, 28 Oct 2019 17:18:34 +0000 (17:18 +0000)
vompclientrrproc.c
vompserver.c

index 5bca1e2267b07ffecc00f49d08a12ec0f607da65..a0ccf266764fcc5ce29453bddb98c5ffa7a1f8ae 100644 (file)
@@ -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, 
index 6bc6e543564c02ffa635e8779205bb3121cfef43..809906a2cfe06f254f2fb471695ad9884457099a 100644 (file)
@@ -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";