From 05e52079f8ceba80fac5d62f575417fc4f3af614 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sun, 19 Sep 2010 22:01:24 +0300 Subject: [PATCH] Fixed the messed up version number. --- HISTORY | 7 ++----- iptv.c | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index f02a41c..7a1d5b0 100644 --- a/HISTORY +++ b/HISTORY @@ -142,8 +142,9 @@ VDR Plugin 'iptv' Revision History - Updated for vdr-1.7.15. -2010-09-15: Version 0.4.3 +2010-09-19: Version 0.4.3 +- Updated for vdr-1.7.16. - Renamed Sid scanner to section id scanner and added experimental Tid/Nid support into it. - Added optional source address validation for UDP protocol. @@ -151,7 +152,3 @@ VDR Plugin 'iptv' Revision History - Changed ProvidesChannel() to set the need of detaching receivers due to VDR's channel selection mechanism. - Enabled partial content responses for HTTP protocol. - -2010-xx-xx: Version 0.4.4 - -- Updated for vdr-1.7.16. diff --git a/iptv.c b/iptv.c index 64cc722..89c43aa 100644 --- a/iptv.c +++ b/iptv.c @@ -16,7 +16,7 @@ #error "VDR-1.7.15 API version or greater is required!" #endif - const char VERSION[] = "0.4.4"; + const char VERSION[] = "0.4.3"; static const char DESCRIPTION[] = trNOOP("Experience the IPTV"); class cPluginIptv : public cPlugin {