diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -266,3 +266,5 @@ Version 0.3.4 - automatically detect type of image if no file extension is available - introduced libskindesignerapi +Version 0.4.0 + diff --git a/skindesigner.c b/skindesigner.c index 60ca711..6158fbb 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.3.4"; +static const char *VERSION = "0.4.0"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |