diff options
-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"; |