From 04c194ffc78b87488c6d18a428862701eb537977 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sun, 12 Oct 2008 23:08:41 +0300 Subject: [PATCH] Incremented the version number. --- iptv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptv.c b/iptv.c index de43dea..f61606b 100644 --- a/iptv.c +++ b/iptv.c @@ -20,7 +20,7 @@ #error "VDR-1.6.0 API version or greater is required!" #endif -static const char VERSION[] = "0.2.1"; +static const char VERSION[] = "0.2.2"; static const char DESCRIPTION[] = trNOOP("Experience the IPTV"); class cPluginIptv : public cPlugin {