From a711aed1608de564700a1e8ae058a65a2d02ff5c Mon Sep 17 00:00:00 2001 From: kamel5 Date: Mon, 14 Oct 2019 18:16:28 +0200 Subject: [PATCH] Version 1.2.13 --- HISTORY | 4 ++++ tvguide.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 558b708..59a1390 100644 --- a/HISTORY +++ b/HISTORY @@ -222,3 +222,7 @@ Version 1.2.12 - Fixed updating current time - Fixed updating current TimeBase - Diplay the current TimeBase throughout the whole timeline + +Version 1.2.13 + +- Revert "Diplay the current TimeBase throughout the whole timeline" diff --git a/tvguide.c b/tvguide.c index e8b5705..20bbf55 100644 --- a/tvguide.c +++ b/tvguide.c @@ -27,7 +27,7 @@ #error "VDR-2.0.0 API version or greater is required!" #endif -static const char *VERSION = "1.2.12"; +static const char *VERSION = "1.2.13"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide";