From def1b3cc301398875b43fc52e50ed936302f56c6 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 29 Nov 2014 18:16:34 +0100 Subject: [PATCH] Version 0.0.8 --- HISTORY | 1 + skindesigner.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 85e296c..7384352 100644 --- a/HISTORY +++ b/HISTORY @@ -102,3 +102,4 @@ Version 0.0.7 - fixed bug that global double vars are not working +Version 0.0.8 diff --git a/skindesigner.c b/skindesigner.c index f89c6dd..872e05c 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.0.7"; +static const char *VERSION = "0.0.8"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer";