From 2d0d2357133f981edcee0b7b7e9d159eaca221a3 Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Mon, 29 May 2017 11:44:57 +0200 Subject: Release 1.3.4 --- HISTORY | 3 ++- text2skin.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 175467f..36fbf47 100644 --- a/HISTORY +++ b/HISTORY @@ -1,7 +1,7 @@ VDR Plugin 'text2skin' Revision History --------------------------------------- -20xx-xx-xx: Version x.x.x +2017-05-29: Version 1.3.4 - Add compatibility for VDR API >= 2.3.1. - Purge DEVELOPMENT_FEATURES, as they have been permanently enabled with t2s-rerunandtab.diff. @@ -11,6 +11,7 @@ VDR Plugin 'text2skin' Revision History - Detach STRIP from DEBUG flag, thanks to Tobias Grimm for his support. - Make MAX_CHARS configurable, requested by nvertigo, (closes #830). - Make tab width configurable, narrow equals original value, wide Tomas Saxer's implementation. +- New release reflecting VDR 2.3.x compatibility 2017-05-21: Version 1.3.3 diff --git a/text2skin.c b/text2skin.c index c532631..fca2d9d 100644 --- a/text2skin.c +++ b/text2skin.c @@ -16,7 +16,7 @@ #error "VDR-1.6.0 API version or greater is required!" #endif -const char *cText2SkinPlugin::VERSION = "1.3.3+git"; +const char *cText2SkinPlugin::VERSION = "1.3.4"; const char *cText2SkinPlugin::SKINVERSION = "1.1"; const char *cText2SkinPlugin::DESCRIPTION = trNOOP("Loader for text-based skins"); -- cgit v1.2.3