diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-04-14 13:31:33 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-04-14 13:58:22 +0200 |
commit | e7753834bc950470fd0cd9db80daccac420fee5b (patch) | |
tree | 92f7a36d04c51f99ce38717dbb9c7151dc816278 /tvguide.c | |
parent | d1e5e240ec6d157ff9518c8caf520c2a6e01e74f (diff) | |
download | vdr-plugin-tvguide-e7753834bc950470fd0cd9db80daccac420fee5b.tar.gz vdr-plugin-tvguide-e7753834bc950470fd0cd9db80daccac420fee5b.tar.bz2 |
Version 1.2.6v1.2.6
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.5"; +static const char *VERSION = "1.2.6"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide"; |