summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-07-09 17:38:21 +0200
committerlouis <louis.braun@gmx.de>2015-07-09 17:38:21 +0200
commit32d96c54390fa871235d4003e32fbf6865a40106 (patch)
treedae094d00e8cf14e4a2b3d2203ab65a6124058ae
parent14f96b867700c72fe1319ce9307048e508314968 (diff)
downloadvdr-plugin-skindesigner-0.6.0.tar.gz
vdr-plugin-skindesigner-0.6.0.tar.bz2
Version 0.6.00.6.0
-rw-r--r--HISTORY2
-rw-r--r--skindesigner.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 435fffd..e32b0f9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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 {