From c6671b20db77b184ac50eb00463fe8cefedc0d34 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Mon, 29 Oct 2007 21:21:39 +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 1ebf5f5..8137c49 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.27 2007/10/28 16:22:44 rahrenbe Exp $ + * $Id: iptv.c,v 1.28 2007/10/29 21:21:39 rahrenbe Exp $ */ #include @@ -22,7 +22,7 @@ #error "You must apply the closefilter patch for VDR!" #endif -static const char VERSION[] = "0.0.3"; +static const char VERSION[] = "0.0.4"; static const char DESCRIPTION[] = trNOOP("Experience the IPTV"); class cPluginIptv : public cPlugin {