diff options
author | louis <louis.braun@gmx.de> | 2015-03-28 12:37:49 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-03-28 12:37:49 +0100 |
commit | 05912add7a19b78413eb1030669963284ca24dec (patch) | |
tree | 1bd1fbea049f359227fb5bc5eb2c3ae539fc4d59 | |
parent | 3b074e147dcf790521ef1b0507e6b738abba2615 (diff) | |
download | vdr-plugin-skindesigner-0.3.3.tar.gz vdr-plugin-skindesigner-0.3.3.tar.bz2 |
Version 0.3.30.3.3
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -237,3 +237,5 @@ Version 0.3.2 - fixed bug in creating osd - fixed bug when creating pixmaps +Version 0.3.3 + diff --git a/skindesigner.c b/skindesigner.c index 5942506..b008dd0 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.3.2"; +static const char *VERSION = "0.3.3"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin { |