diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-04-16 14:31:53 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-04-22 15:14:11 +0200 |
commit | 2c329b8af99599d33cf7dd4353e01072ca6ff389 (patch) | |
tree | d86522f424b7cd757293389bdea29bf6d6658bce | |
parent | 7927d055a6eb733a21297be3206fe35fc46d28fc (diff) | |
download | skin-lcarsng-2c329b8af99599d33cf7dd4353e01072ca6ff389.tar.gz skin-lcarsng-2c329b8af99599d33cf7dd4353e01072ca6ff389.tar.bz2 |
Updated for release 0.3.4
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | skinlcarsng.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ VDR Plugin 'skinlcarsng' Revision History --------------------------------------- +Version 0.3.4 +- Automatic display description in menu epg, timer and recording +- VDR-2.5.3 adjustments + Version 0.3.3 - VDR-2.4.2 adjustments - Corrected array size diff --git a/skinlcarsng.c b/skinlcarsng.c index a8c868c..0777df5 100644 --- a/skinlcarsng.c +++ b/skinlcarsng.c @@ -8,7 +8,7 @@ #error "VDR-1.7.34 API version or greater is required!" #endif -static const char *VERSION = "0.3.3"; +static const char *VERSION = "0.3.4"; static const char *DESCRIPTION = "skin lcarsng"; class cPluginLCARSNG : public cPlugin { |