diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-10-14 18:16:28 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-10-14 18:16:28 +0200 |
commit | a711aed1608de564700a1e8ae058a65a2d02ff5c (patch) | |
tree | 05492bc09c9f8a5c0cf354f5ff5dc07650d53fe8 | |
parent | cdb5a461457dd9123bb13996649509309b1a1127 (diff) | |
download | vdr-plugin-tvguide-a711aed1608de564700a1e8ae058a65a2d02ff5c.tar.gz vdr-plugin-tvguide-a711aed1608de564700a1e8ae058a65a2d02ff5c.tar.bz2 |
Version 1.2.13v1.2.13
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | tvguide.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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" @@ -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"; |