summaryrefslogtreecommitdiff
path: root/text2skin.c
diff options
context:
space:
mode:
authorChristian Tusche <chr13@gmx.net>2007-05-06 17:26:51 +0200
committerThomas Günther <tom@toms-cafe.de>2009-06-04 00:46:32 +0200
commitb32f1eaf9ae246f656ebd27c2fbb5d29d2bec34c (patch)
treebcecfb3d782d7b0c3690403276be18ab8f76717e /text2skin.c
parent0b3f86344a87940d324695e0bc9449c35cbf60d4 (diff)
downloadvdr-plugin-text2skin-b32f1eaf9ae246f656ebd27c2fbb5d29d2bec34c.tar.gz
vdr-plugin-text2skin-b32f1eaf9ae246f656ebd27c2fbb5d29d2bec34c.tar.bz2
2007-05-06: Version 1.1-cvs_ext-0.10b (text2skin-1.1-cvs_ext-0.10b.diff)
- increase skin file version to 1.1 - the position of list items is interpreted relative to the "list" container when file version >= 1.1 - when a position is specified for "block" elements, the position of all contained elements is interpreted relative to the container position
Diffstat (limited to 'text2skin.c')
-rw-r--r--text2skin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text2skin.c b/text2skin.c
index dc41f15..04b3d72 100644
--- a/text2skin.c
+++ b/text2skin.c
@@ -15,7 +15,7 @@
#include "status.h"
const char *cText2SkinPlugin::VERSION = "1.1-cvs_ext-0.10";
-const char *cText2SkinPlugin::SKINVERSION = "1.0";
+const char *cText2SkinPlugin::SKINVERSION = "1.1";
const char *cText2SkinPlugin::DESCRIPTION = "Loader for text-based skins";
cText2SkinPlugin::cText2SkinPlugin(void) {