diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-04-05 13:23:09 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-04-05 13:23:09 +0200 |
commit | b70112ae508cf51c52626ca989f480ee1351d495 (patch) | |
tree | 3d2183d40306426b2278be84d054ec9853b99313 /tvguide.c | |
parent | 9df447454c470dcede29356c7ca4eb9a613f4f8f (diff) | |
download | vdr-plugin-tvguide-b70112ae508cf51c52626ca989f480ee1351d495.tar.gz vdr-plugin-tvguide-b70112ae508cf51c52626ca989f480ee1351d495.tar.bz2 |
Version 1.2.5v1.2.5
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.4"; +static const char *VERSION = "1.2.5"; static const char *DESCRIPTION = "A fancy 2d EPG Viewer"; static const char *MAINMENUENTRY = "Tvguide"; |