diff --git a/HISTORY b/HISTORY index 1554e0a..d88b0b3 100644 --- a/HISTORY +++ b/HISTORY @@ -353,3 +353,4 @@ Version 0.5.0 - added some skins - adapted README +Version 0.5.1 diff --git a/skindesigner.c b/skindesigner.c index 7fe815a..08b4bc0 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.5.0"; +static const char *VERSION = "0.5.1"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {