diff options
author | louis <louis.braun@gmx.de> | 2015-04-03 10:07:58 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-04-03 10:07:58 +0200 |
commit | 54ca48045ac5f87505d9e729b67db7f9cceeb4eb (patch) | |
tree | 969d77362086fbcd67b91cf7e921cc7a4e796276 | |
parent | c1b0ab63d048487944d0f59df1c6dc357e5daafc (diff) | |
download | vdr-plugin-skindesigner-0.4.0.tar.gz vdr-plugin-skindesigner-0.4.0.tar.bz2 |
Version 0.4.00.4.0
-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 { |