diff options
| author | louis <louis.braun@gmx.de> | 2015-03-20 17:07:47 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-03-20 17:07:47 +0100 |
| commit | 9c93fbc0726ff54f2070837ac821ef3d258dfd30 (patch) | |
| tree | 7b58cc3feb84fbd80485ab494943d5de5aa66752 | |
| parent | f0581cbdd32f81696e87f59091bb9d0f48aad31d (diff) | |
| download | vdr-plugin-skindesigner-9c93fbc0726ff54f2070837ac821ef3d258dfd30.tar.gz vdr-plugin-skindesigner-9c93fbc0726ff54f2070837ac821ef3d258dfd30.tar.bz2 | |
Version 0.3.20.3.2
| -rw-r--r-- | HISTORY | 3 | ||||
| -rw-r--r-- | skindesigner.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -225,3 +225,6 @@ Version 0.3.1 - Fixed hide root menu from a subview template - Fixed translation of grids - adapted tvguideng templates + +Version 0.3.2 + diff --git a/skindesigner.c b/skindesigner.c index a68ca36..5942506 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.3.1"; +static const char *VERSION = "0.3.2"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin { |
