summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY1
-rw-r--r--skindesigner.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 1554e0a..d88b0b3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -353,3 +353,4 @@ Version 0.5.0
- added some skins
- adapted README
+Version 0.5.1
diff --git a/skindesigner.c b/skindesigner.c
index 7fe815a..08b4bc0 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.5.0";
+static const char *VERSION = "0.5.1";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {