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 36bfc23..eccf5da 100644
--- a/HISTORY
+++ b/HISTORY
@@ -370,3 +370,5 @@ Version 0.5.2
- fixed bug in parsing printf text tokens
- changed "Update from Git" to "Update"
- made viewelement scrapercontent in displayreplay detachable
+
+Version 0.5.3 \ No newline at end of file
diff --git a/skindesigner.c b/skindesigner.c
index a632fc7..840a3c4 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.5.2";
+static const char *VERSION = "0.5.3";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {