diff options
author | lordjaxom <lordjaxom> | 2005-05-30 10:09:50 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-05-30 10:09:50 +0000 |
commit | 000d86709136d1c863d1aea3fdbb844ebb37f7a0 (patch) | |
tree | dcd60616fed7cd6ca7373b95506206cdb0d3e8eb | |
parent | 0a8c56cd149462f76edc40c2edbba21c5d88beb5 (diff) | |
download | vdr-plugin-text2skin-000d86709136d1c863d1aea3fdbb844ebb37f7a0.tar.gz vdr-plugin-text2skin-000d86709136d1c863d1aea3fdbb844ebb37f7a0.tar.bz2 |
- changed version number
-rw-r--r-- | text2skin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text2skin.c b/text2skin.c index d2e749a..be63af4 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.6 2005/02/06 20:59:11 lordjaxom Exp $ + * $Id: text2skin.c,v 1.7 2005/05/30 10:09:50 lordjaxom Exp $ */ #include "text2skin.h" @@ -13,7 +13,7 @@ #include "loader.h" #include "status.h" -const char *cText2SkinPlugin::VERSION = "1.0"; +const char *cText2SkinPlugin::VERSION = "1.1-cvs"; const char *cText2SkinPlugin::SKINVERSION = "1.0"; const char *cText2SkinPlugin::DESCRIPTION = "Loader for text-based skins"; |