From eda0e47bab1cde7dad9d27ea924df6dbe990d096 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 5 Apr 2015 16:57:50 +0200 Subject: [PATCH] Version 0.4.1 --- HISTORY | 2 ++ skindesigner.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 {