From b3b0ae356713b2b1bac68462681e28f1ace1e526 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sun, 4 Nov 2007 17:07:25 +0000 Subject: [PATCH] Incremented version number. --- iptv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iptv.c b/iptv.c index 8137c49..0ff43e3 100644 --- a/iptv.c +++ b/iptv.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: iptv.c,v 1.28 2007/10/29 21:21:39 rahrenbe Exp $ + * $Id: iptv.c,v 1.29 2007/11/04 17:07:25 rahrenbe Exp $ */ #include @@ -22,7 +22,7 @@ #error "You must apply the closefilter patch for VDR!" #endif -static const char VERSION[] = "0.0.4"; +static const char VERSION[] = "0.0.5"; static const char DESCRIPTION[] = trNOOP("Experience the IPTV"); class cPluginIptv : public cPlugin {