]> git.vomp.tv Git - vompserver.git/commitdiff
Version numbers
authorChris Tallon <chris@telescope.org>
Sat, 19 Jan 2013 19:49:57 +0000 (19:49 +0000)
committerChris Tallon <chris@telescope.org>
Sat, 19 Jan 2013 19:49:57 +0000 (19:49 +0000)
vompclientrrproc.c
vompserver.c

index 888415a8a5cdf1adcd7dc2e05a4c2c808f14d216..588472183699ba1181f4446077cba796208d72ee 100644 (file)
@@ -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, 
index 31e2b6cf5f3a097cf35a852ddb7bf2fb178c7a6e..8a86e16b3abd7cfc281f30410c54e71369a3fdc8 100644 (file)
@@ -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