diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | tvguide.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -116,3 +116,5 @@ Version 1.1.0 - series recording can be configured in searchtimer menus - directory for searchtimers can be set and edited in searchtimer menus - set blue key favorite mode as new default + +Version 1.2.0 @@ -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"; |