diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-06-20 13:45:13 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-06-20 13:45:13 +0200 |
commit | b484f6cfc1154eb0cd447d0b663bb0f2047c2776 (patch) | |
tree | 0cec3932c938f9b21180885b52aef3f16f8e73c9 /tvguide.c | |
parent | c04ca307925faaf7ec5b47045f966e7eb812c8d1 (diff) | |
download | vdr-plugin-tvguide-b484f6cfc1154eb0cd447d0b663bb0f2047c2776.tar.gz vdr-plugin-tvguide-b484f6cfc1154eb0cd447d0b663bb0f2047c2776.tar.bz2 |
Version 1.2.8v1.2.8
Diffstat (limited to 'tvguide.c')
-rw-r--r-- | tvguide.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ #error "VDR-2.0.0 API version or greater is required!" #endif -static const char *VERSION = "1.2.7"; +static const char *VERSION = "1.2.8"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide"; |