From c53dbf7cd63785a4e23b9d85faf6ac8493a7a9c3 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 26 Oct 2014 11:15:48 +0100 Subject: [PATCH] Version 0.0.3 --- HISTORY | 2 +- skindesigner.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 1caaed6..e458949 100644 --- a/HISTORY +++ b/HISTORY @@ -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";