diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-06-02 11:14:37 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-06-02 11:14:37 +0200 |
commit | d0c1519463bc751406da043bc9b6ac4d1fcfb936 (patch) | |
tree | 515bef1c5d7add067e7d067b55e25bad4baefe29 /tvguide.c | |
parent | c081bc5ca1c0e9b0c1d80532a64abdac36785c90 (diff) | |
download | vdr-plugin-tvguide-d0c1519463bc751406da043bc9b6ac4d1fcfb936.tar.gz vdr-plugin-tvguide-d0c1519463bc751406da043bc9b6ac4d1fcfb936.tar.bz2 |
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.6"; +static const char *VERSION = "1.2.7"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide"; |