Updated version number to 0.0.6.

This commit is contained in:
Rolf Ahrenberg 2008-01-19 20:24:10 +00:00
parent 27437381d0
commit 1e2d0955de
2 changed files with 9 additions and 2 deletions

View File

@ -30,3 +30,10 @@ VDR Plugin 'iptv' Revision History
- Added French translation (Thanks to Bruno Roussel).
- Added a more sophisticated example script (Thanks to Tobias Grimm).
- Improved iptvstream.sh compatibility under non-bash shells.
2008-01-20: Version 0.0.6
- Fixed lint warnings.
- Added Italian translation (Thanks to Gringo).
- Added '-Wno-parentheses' to the compiler options.
- Mapped 'kInfo' as help key in setup menu.

4
iptv.c
View File

@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
* $Id: iptv.c,v 1.32 2008/01/19 16:51:59 ajhseppa Exp $
* $Id: iptv.c,v 1.33 2008/01/19 20:24:10 rahrenbe Exp $
*/
#include <getopt.h>
@ -22,7 +22,7 @@
#error "You must apply the closefilter patch for VDR!"
#endif
static const char VERSION[] = "0.0.5";
static const char VERSION[] = "0.0.6";
static const char DESCRIPTION[] = trNOOP("Experience the IPTV");
class cPluginIptv : public cPlugin {