diff options
author | lordjaxom <lordjaxom> | 2005-01-05 19:31:39 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-05 19:31:39 +0000 |
commit | 180e1063acbb8cedbd4831d7070429dc6d429457 (patch) | |
tree | 1977fc0a3067731c2cda6d225752b0b8ede60bfc | |
parent | b6f7488804d23ef95471a4dbf21b730ea8119610 (diff) | |
parent | 23393ab9c941e87290149c78c0db8d57858252a1 (diff) | |
download | vdr-plugin-text2skin-180e1063acbb8cedbd4831d7070429dc6d429457.tar.gz vdr-plugin-text2skin-180e1063acbb8cedbd4831d7070429dc6d429457.tar.bz2 |
- pinned 1.0-rc1
-rw-r--r-- | text2skin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text2skin.c b/text2skin.c index b9eb870..91133fb 100644 --- a/text2skin.c +++ b/text2skin.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: text2skin.c,v 1.2 2004/12/28 23:42:36 lordjaxom Exp $ + * $Id: text2skin.c,v 1.3 2005/01/05 19:31:39 lordjaxom Exp $ */ #include "text2skin.h" @@ -12,7 +12,7 @@ #include "i18n.h" #include "loader.h" -const char *cText2SkinPlugin::VERSION = "1.0-pre6"; +const char *cText2SkinPlugin::VERSION = "1.0-rc1"; const char *cText2SkinPlugin::SKINVERSION = "1.0"; const char *cText2SkinPlugin::DESCRIPTION = "Loader for text-based skins"; |