From: Chris Tallon Date: Sun, 4 Feb 2007 23:22:44 +0000 (+0000) Subject: Version number X-Git-Tag: r0-2-6^0 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=a4da94e39bf78d16dc4350cba069948a6a525241;p=vompserver.git Version number --- diff --git a/vompserver.c b/vompserver.c index f4a21a7..4e209eb 100644 --- a/vompserver.c +++ b/vompserver.c @@ -23,7 +23,7 @@ #include "mvpserver.h" -static const char *VERSION = "0.2.5"; +static const char *VERSION = "0.2.6"; static const char *DESCRIPTION = "VDR on MVP plugin by Chris Tallon"; class cPluginVompserver : public cPlugin