diff options
author | louis <louis.braun@gmx.de> | 2015-07-09 17:38:21 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-07-09 17:38:21 +0200 |
commit | 32d96c54390fa871235d4003e32fbf6865a40106 (patch) | |
tree | dae094d00e8cf14e4a2b3d2203ab65a6124058ae | |
parent | 14f96b867700c72fe1319ce9307048e508314968 (diff) | |
download | vdr-plugin-skindesigner-0.6.0.tar.gz vdr-plugin-skindesigner-0.6.0.tar.bz2 |
Version 0.6.00.6.0
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -382,3 +382,5 @@ Version 0.5.3 - fixed bug displaying pixmaps with transparency - fixed bug displaying wrong headers in skin setup submenus +Version 0.6.0 + diff --git a/skindesigner.c b/skindesigner.c index 840a3c4..22d2871 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.5.3"; +static const char *VERSION = "0.6.0"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |