diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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"; |