diff --git a/HISTORY b/HISTORY index b3fffd7..b6cb8e8 100644 --- a/HISTORY +++ b/HISTORY @@ -278,3 +278,5 @@ Version 0.4.0 - reverted Makefile changes in parts - added category indicator token to default menus +Version 0.4.1 + diff --git a/skindesigner.c b/skindesigner.c index 6158fbb..0398c7b 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.4.0"; +static const char *VERSION = "0.4.1"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {