summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY3
-rw-r--r--skindesigner.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 4510ed6..98c5807 100644
--- a/HISTORY
+++ b/HISTORY
@@ -325,3 +325,6 @@ Version 0.4.5
- chachged displaymessage in menus to detachable
- fixed dayseparators in schedules menu
- small fixes in metrixhd main menu
+
+Version 0.4.6
+
diff --git a/skindesigner.c b/skindesigner.c
index f21d14f..4da5dcf 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.4.5";
+static const char *VERSION = "0.4.6";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {