summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--skindesigner.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index ddcfd87..81fb3a7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -333,5 +333,5 @@ Version 0.4.6
- added permashift support in displaychannel
- added timeshift support in displayreplay
-
+Version 0.4.7
diff --git a/skindesigner.c b/skindesigner.c
index 4da5dcf..619210a 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.4.6";
+static const char *VERSION = "0.4.7";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {