diff --git a/HISTORY b/HISTORY index b82dece..bf82928 100644 --- a/HISTORY +++ b/HISTORY @@ -396,3 +396,4 @@ Version 0.6.1 - fixed crashes if main menu is opened consecutively - added version check for skinrepositiries +Version 0.6.2 diff --git a/skindesigner.c b/skindesigner.c index 28e52cc..d57c00f 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.6.1"; +static const char *VERSION = "0.6.2"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {