Incremented version number and updated HISTORY.

This commit is contained in:
Rolf Ahrenberg 2012-04-26 00:29:46 +03:00
parent 38bd9a21f6
commit c33b05076a
2 changed files with 5 additions and 1 deletions

View File

@ -168,3 +168,7 @@ VDR Plugin 'iptv' Revision History
- Added support for a service interface.
- Changed UDP protocol to always utilize the source address
validation.
2012-04-26: Version 0.5.2
- Fixed response header parsing in HTTP protocol.

2
iptv.c
View File

@ -21,7 +21,7 @@
#define GITVERSION ""
#endif
const char VERSION[] = "0.5.1" GITVERSION;
const char VERSION[] = "0.5.2" GITVERSION;
static const char DESCRIPTION[] = trNOOP("Experience the IPTV");
class cPluginIptv : public cPlugin {