summaryrefslogtreecommitdiff
path: root/epgsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearch.c')
-rw-r--r--epgsearch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epgsearch.c b/epgsearch.c
index 7ac44da..4681fa3 100644
--- a/epgsearch.c
+++ b/epgsearch.c
@@ -69,6 +69,10 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
#include "confdloader.h"
#include "pending_notifications.h"
+#if defined(APIVERSNUM) && APIVERSNUM < 20304
+#error "VDR-2.3.4 API version or greater is required!"
+#endif
+
static const char VERSION[] = "2.3.1";
static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more");