Incremented the version number.

This commit is contained in:
Rolf Ahrenberg 2008-10-12 23:08:41 +03:00
parent 40125dd9bb
commit 04c194ffc7
1 changed files with 1 additions and 1 deletions

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 {