Fixed the messed up version number.

This commit is contained in:
Rolf Ahrenberg 2010-09-19 22:01:24 +03:00
parent f0469e24cc
commit 05e52079f8
2 changed files with 3 additions and 6 deletions

View File

@ -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.

2
iptv.c
View File

@ -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 {