summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-08-09 12:26:24 +0200
committerlouis <louis.braun@gmx.de>2015-08-09 12:26:24 +0200
commitb62c4ceae0568ef6e7c7adb92d7f01802173fc22 (patch)
tree84230a9ecb99f0ff778b076d450ac2be05135544
parentc0ab674dfba4f6b8dd62bd5b7b7b8a254ae59eab (diff)
downloadvdr-plugin-skindesigner-0.7.1.tar.gz
vdr-plugin-skindesigner-0.7.1.tar.bz2
Version 0.7.10.7.1
-rw-r--r--HISTORY2
-rw-r--r--skindesigner.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 86fc82a..2343591 100644
--- a/HISTORY
+++ b/HISTORY
@@ -424,3 +424,5 @@ Version 0.6.3
Version 0.7.0
- fixed compiling fur unpatched VDR
+
+Version 0.7.1
diff --git a/skindesigner.c b/skindesigner.c
index 6b4d3c7..60341c4 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.7.0";
+static const char *VERSION = "0.7.1";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {