diff options
author | louis <louis.braun@gmx.de> | 2015-04-12 17:22:41 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-04-12 17:22:41 +0200 |
commit | 5bbd592636d47cef3d40e302f16a9bd654a58fe8 (patch) | |
tree | 771d2e56522b5e6f74abed776db5c25a17a2a362 | |
parent | 2384aaad4e4a7a18f5b44165b12f84c033c740fc (diff) | |
download | vdr-plugin-skindesigner-0.4.3.tar.gz vdr-plugin-skindesigner-0.4.3.tar.bz2 |
Version 0.4.30.4.3
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 { |