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 da375a2..91575c1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -310,3 +310,5 @@ Version 0.4.4
- feature: possibility to move viewelements when starting view
- expanded shifting features
+
+Version 0.4.5
diff --git a/skindesigner.c b/skindesigner.c
index fdccca5..f21d14f 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.4.4";
+static const char *VERSION = "0.4.5";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {