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 d07fcbc..178b0b9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -237,3 +237,5 @@ Version 0.3.2
- fixed bug in creating osd
- fixed bug when creating pixmaps
+Version 0.3.3
+
diff --git a/skindesigner.c b/skindesigner.c
index 5942506..b008dd0 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.3.2";
+static const char *VERSION = "0.3.3";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin {