]> git.vomp.tv Git - vompserver.git/commitdiff
Changed version number
authorChris Tallon <chris@vomp.tv>
Sun, 26 Feb 2006 20:40:04 +0000 (20:40 +0000)
committerChris Tallon <chris@vomp.tv>
Sun, 26 Feb 2006 20:40:04 +0000 (20:40 +0000)
vompserver.c

index 23e290a4a5c4d4da9269287d5f0b200d661b4299..a6433b95a3ad02aec28c8fc23033dd229fc4d0f7 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "mvpserver.h"
 
-static const char *VERSION        = "0.1.2";
+static const char *VERSION        = "0.2.0";
 static const char *DESCRIPTION    = "VDR on MVP plugin by Chris Tallon";
 
 class cPluginVompserver : public cPlugin