diff options
Diffstat (limited to 'skinenigmang.c')
-rw-r--r-- | skinenigmang.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/skinenigmang.c b/skinenigmang.c index 76ee4b4..d60d28c 100644 --- a/skinenigmang.c +++ b/skinenigmang.c @@ -20,7 +20,11 @@ #error "VDR-1.4.0 API version or greater is required!" #endif -static const char VERSION[] = "0.0.5rc"; +#if VDRVERSNUM == 10503 +#warning "YOU NEED A PATCHED VDR 1.5.3 OR EnigmaNG WILL CRASH!" +#endif + +static const char VERSION[] = "0.0.5rc2"; static const char DESCRIPTION[] = "EnigmaNG skin"; class cPluginSkinEnigma : public cPlugin { |