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