diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -40,7 +40,7 @@ Version 0.0.2 - fixed bug that hasposter is only true if poster really exists - no absolute pathes allowed for image type "image", path has to start with {ressourcedir} - +Version 0.0.3 diff --git a/skindesigner.c b/skindesigner.c index 9001d97..d6e8168 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.0.2"; +static const char *VERSION = "0.0.3"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |