diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 { |