1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 13:37:03 +02:00

Incremented the version number.

This commit is contained in:
Rolf Ahrenberg 2008-10-12 23:08:41 +03:00
parent 40125dd9bb
commit 04c194ffc7

2
iptv.c
View File

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