summaryrefslogtreecommitdiff
path: root/skindesigner.c
diff options
context:
space:
mode:
Diffstat (limited to 'skindesigner.c')
-rw-r--r--skindesigner.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/skindesigner.c b/skindesigner.c
index a3e77da..081b9df 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -14,12 +14,12 @@
#include "setup.h"
#include "libskindesignerapi/skindesignerapi.h"
-#if defined(APIVERSNUM) && APIVERSNUM < 20000
-#error "VDR-2.0.0 API version or greater is required!"
+#if defined(APIVERSNUM) && APIVERSNUM < 20200
+#error "VDR-2.2.0 API version or greater is required!"
#endif
-static const char *VERSION = "0.8.8";
+static const char *VERSION = "0.9.0";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {