From: Chris Tallon Date: Sun, 12 Mar 2006 22:15:25 +0000 (+0000) Subject: Version number X-Git-Tag: r0-2-5~22 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=d31aaf18b912c2db07cfe0257ad382da3a0a52c7;p=vompserver.git Version number --- diff --git a/vompserver.c b/vompserver.c index a6433b9..392436e 100644 --- a/vompserver.c +++ b/vompserver.c @@ -30,7 +30,7 @@ #include "mvpserver.h" -static const char *VERSION = "0.2.0"; +static const char *VERSION = "0.2.2"; static const char *DESCRIPTION = "VDR on MVP plugin by Chris Tallon"; class cPluginVompserver : public cPlugin