diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -182,3 +182,5 @@ Version 0.1.6 to allow default images which can be used for all skins - fixed bug that setup variables are sometimes not identified in case two or more skin names start identically + +Version 0.2.0 diff --git a/skindesigner.c b/skindesigner.c index 849d967..f2d8169 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.1.6"; +static const char *VERSION = "0.2.0"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |