diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -196,3 +196,5 @@ Version 0.2.1 - added possibiliy to use submenus in the skin setup menus - reloading active skin directly after closing setup menu so that changes of setup parameters are immediately in use + +Version 0.2.2 diff --git a/skindesigner.c b/skindesigner.c index 5961e46..b641cd8 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.2.1"; +static const char *VERSION = "0.2.2"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin { |