diff options
author | louis <louis.braun@gmx.de> | 2014-02-01 07:54:01 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-02-01 07:54:01 +0100 |
commit | 9f127fbbb5e0cc508879bb380f214d72db9439e8 (patch) | |
tree | ffb52e7a2400ea280f24b21f0130f2c57ed25687 /tvguide.c | |
parent | 5f1d939464f631f9a9a87ec2c34bf369f3d4c25b (diff) | |
download | vdr-plugin-tvguide-9f127fbbb5e0cc508879bb380f214d72db9439e8.tar.gz vdr-plugin-tvguide-9f127fbbb5e0cc508879bb380f214d72db9439e8.tar.bz2 |
Version 1.2.0
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.0pre"; +static const char *VERSION = "1.2.0"; static const char *DESCRIPTION = "A fancy 2d EPG Viewer"; static const char *MAINMENUENTRY = "Tvguide"; |