Prepared for 1.0.0 release.

This commit is contained in:
Rolf Ahrenberg 2012-06-02 21:57:29 +03:00
parent 24ecadf414
commit af85ef1703
2 changed files with 4 additions and 4 deletions

View File

@ -173,7 +173,7 @@ VDR Plugin 'iptv' Revision History
- Fixed connection problems in HTTP protocol.
2012-xx-xx: Version 0.5.3
2012-06-03: Version 1.0.0
- Tweaked reading from UDP sockets.
- Updated device selection.
- Optimized reading from UDP sockets.
- Fixed ProvidesChannel method.

2
iptv.c
View File

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