diff options
-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 { |