diff options
author | lordjaxom <lordjaxom> | 2004-12-28 23:42:36 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-28 23:42:36 +0000 |
commit | fc7714207456e15be83388d33d51b582783b3980 (patch) | |
tree | 003554d7def3c9a797e1e6db02cf9d72071d9829 | |
parent | 933d1f1e876f09d130ac576440ac34e6e5f50c25 (diff) | |
download | vdr-plugin-text2skin-fc7714207456e15be83388d33d51b582783b3980.tar.gz vdr-plugin-text2skin-fc7714207456e15be83388d33d51b582783b3980.tar.bz2 |
- prepare pre6v1.0-pre6
-rw-r--r-- | text2skin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text2skin.c b/text2skin.c index 822ace0..b9eb870 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.1 2004/12/19 22:03:19 lordjaxom Exp $ + * $Id: text2skin.c,v 1.2 2004/12/28 23:42:36 lordjaxom Exp $ */ #include "text2skin.h" @@ -12,7 +12,7 @@ #include "i18n.h" #include "loader.h" -const char *cText2SkinPlugin::VERSION = "1.0-pre5"; +const char *cText2SkinPlugin::VERSION = "1.0-pre6"; const char *cText2SkinPlugin::SKINVERSION = "1.0"; const char *cText2SkinPlugin::DESCRIPTION = "Loader for text-based skins"; |