summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--skindesigner.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 7d2e37a..a82bb5f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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";