diff options
author | lordjaxom <lordjaxom> | 2005-02-06 20:59:11 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-02-06 20:59:11 +0000 |
commit | 5a24861282fe7a9394cc8fc17287dd00b062a94d (patch) | |
tree | 47736ecd8a3cc1819bc8bb61e95ece4ba6e584e2 | |
parent | 3f5bfd4a6067fb6659fa9c492a87882483ffd3be (diff) | |
download | vdr-plugin-text2skin-5a24861282fe7a9394cc8fc17287dd00b062a94d.tar.gz vdr-plugin-text2skin-5a24861282fe7a9394cc8fc17287dd00b062a94d.tar.bz2 |
- updated to 1.0v1.0
-rw-r--r-- | text2skin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text2skin.c b/text2skin.c index 29dd29b..d2e749a 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.5 2005/01/20 21:23:51 lordjaxom Exp $ + * $Id: text2skin.c,v 1.6 2005/02/06 20:59:11 lordjaxom Exp $ */ #include "text2skin.h" @@ -13,7 +13,7 @@ #include "loader.h" #include "status.h" -const char *cText2SkinPlugin::VERSION = "1.0-rc2"; +const char *cText2SkinPlugin::VERSION = "1.0"; const char *cText2SkinPlugin::SKINVERSION = "1.0"; const char *cText2SkinPlugin::DESCRIPTION = "Loader for text-based skins"; |