]> git.vomp.tv Git - vompserver.git/commitdiff
Set protocol version for next release, fix file permissions
authorChris Tallon <chris@vomp.tv>
Wed, 22 Feb 2017 17:33:17 +0000 (17:33 +0000)
committerChris Tallon <chris@vomp.tv>
Wed, 22 Feb 2017 17:33:17 +0000 (17:33 +0000)
mvpreceiver.c [changed mode: 0755->0644]
mvpreceiver.h [changed mode: 0755->0644]
picturereader.c [changed mode: 0755->0644]
recplayer.c [changed mode: 0755->0644]
recplayer.h [changed mode: 0755->0644]
ringbuffer.c [changed mode: 0755->0644]
ringbuffer.h [changed mode: 0755->0644]
vompclient.c [changed mode: 0755->0644]
vompclient.h [changed mode: 0755->0644]
vompclientrrproc.c [changed mode: 0755->0644]
vompserver.c

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index a9e3d2e..6799c77
@@ -45,8 +45,8 @@
 
 bool ResumeIDLock;
 
-ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION_MIN = 0x00000301;
-ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION_MAX = 0x00000302;
+ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION_MIN = 0x00000400;
+ULONG VompClientRRProc::VOMP_PROTOCOL_VERSION_MAX = 0x00000400;
 // 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 3ded2b0bb491bb4603616b393afdc91c32e945b5..6bc6e543564c02ffa635e8779205bb3121cfef43 100644 (file)
@@ -27,7 +27,7 @@
 #include "mvpserver.h"
 //#include "vompclient.h"
 
-static const char *VERSION        = "0.4.1";
+static const char *VERSION        = "0.5.0";
 static const char *DESCRIPTION    = "Vompserver plugin by Chris Tallon";
 static const char *MAINMENUENTRY  = "Vompserver";