mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Updated version number to 0.0.6.
This commit is contained in:
parent
27437381d0
commit
1e2d0955de
7
HISTORY
7
HISTORY
@ -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
4
iptv.c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user