From eddb53f28fba06946d30d6ddb0d97a854ba04093 Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Sun, 21 May 2017 21:16:04 +0200 Subject: Release 1.3.3. --- HISTORY | 3 ++- text2skin.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 7843a34..3b79a3c 100644 --- a/HISTORY +++ b/HISTORY @@ -1,7 +1,7 @@ VDR Plugin 'text2skin' Revision History --------------------------------------- -201x-xx-xx: Version x.x.x +2017-05-21: Version 1.3.3 - New tokens: UsedDiskSpace, TotalDiskSpace, VideoSizeWidth, VideoSizeHeight (closes #465, thanks to NemoN). @@ -13,6 +13,7 @@ VDR Plugin 'text2skin' Revision History - Commit static-std-string.diff by Lars Hanisch (unknown source) - Commit text2skin-signal.patch by tomas@vdr-portal.de (unknown source) - Commit text2skin-vdr2.1.2compat.diff by Christopher Reimer (unknown source) +- New version reflecting VDR 2.2.0 compatibility 2011-11-06: Version 1.3.2 diff --git a/text2skin.c b/text2skin.c index 2f007e1..fb26eae 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.2+git"; +const char *cText2SkinPlugin::VERSION = "1.3.3"; const char *cText2SkinPlugin::SKINVERSION = "1.1"; const char *cText2SkinPlugin::DESCRIPTION = trNOOP("Loader for text-based skins"); -- cgit v1.2.3