diff options
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | tvguide.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -286,3 +286,8 @@ Version 1.3.3 Version 1.3.4 - Fix for gcc11 + +Version 1.3.5 + +- Fix for VDR-2.5.4 +- Update iceblue theme @@ -27,7 +27,7 @@ #error "VDR-2.0.0 API version or greater is required!" #endif -static const char *VERSION = "1.3.4"; +static const char *VERSION = "1.3.5"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide"; |