summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-04-12 17:22:41 +0200
committerlouis <louis.braun@gmx.de>2015-04-12 17:22:41 +0200
commit5bbd592636d47cef3d40e302f16a9bd654a58fe8 (patch)
tree771d2e56522b5e6f74abed776db5c25a17a2a362
parent2384aaad4e4a7a18f5b44165b12f84c033c740fc (diff)
downloadvdr-plugin-skindesigner-0.4.3.tar.gz
vdr-plugin-skindesigner-0.4.3.tar.bz2
Version 0.4.30.4.3
-rw-r--r--HISTORY2
-rw-r--r--skindesigner.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 0e65a6e..a58cb0a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -294,3 +294,5 @@ Version 0.4.2
and slopes
- adapted libskindesignerapi makefile for LCLBLD
+Version 0.4.3
+
diff --git a/skindesigner.c b/skindesigner.c
index a15f5a7..301379d 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.4.2";
+static const char *VERSION = "0.4.3";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {