diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 { |