diff options
author | louis <louis.braun@gmx.de> | 2015-04-05 16:57:50 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-04-05 16:57:50 +0200 |
commit | eda0e47bab1cde7dad9d27ea924df6dbe990d096 (patch) | |
tree | d27945ad884cca1249e5969258c2a4a6c216dd43 | |
parent | 3a53ab95b6abd1458c6bd8ebf53c3a868a6f2fcb (diff) | |
download | vdr-plugin-skindesigner-0.4.1.tar.gz vdr-plugin-skindesigner-0.4.1.tar.bz2 |
Version 0.4.10.4.1
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 { |