diff --git a/HISTORY b/HISTORY index e05e195..aa75877 100644 --- a/HISTORY +++ b/HISTORY @@ -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 diff --git a/tvguide.c b/tvguide.c index b23ca23..29eb42c 100644 --- a/tvguide.c +++ b/tvguide.c @@ -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";