From: Chris Tallon Date: Sun, 26 Feb 2006 20:40:04 +0000 (+0000) Subject: Changed version number X-Git-Tag: r0-2-5~28 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=e2516f1eb10fb0efc836c0a387da6d1daf7f4bd8;p=vompserver.git Changed version number --- diff --git a/vompserver.c b/vompserver.c index 23e290a..a6433b9 100644 --- a/vompserver.c +++ b/vompserver.c @@ -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