diff options
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -402,3 +402,6 @@ Version 0.6.2 - fixed bug in checking skin version - added {watched} and {percentseen} to displaymenurecordings current view + +Version 0.6.3 + diff --git a/skindesigner.c b/skindesigner.c index d57c00f..9a3b3e9 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.6.2"; +static const char *VERSION = "0.6.3"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |