diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-01 21:40:19 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-01 21:40:19 +0200 |
commit | 34c6ce08cd83a39f9ac237ec7966fb7dd5859fd7 (patch) | |
tree | d2406634a25d830f50c01d05625a28d6fb7b4fe3 /epgsearch.c | |
parent | 72ca5b0e6f70632b834ec8ecf85bcfea7d38f900 (diff) | |
download | vdr-plugin-epgsearch-34c6ce08cd83a39f9ac237ec7966fb7dd5859fd7.tar.gz vdr-plugin-epgsearch-34c6ce08cd83a39f9ac237ec7966fb7dd5859fd7.tar.bz2 |
push plugin version to 2.2.0, to spot VDR 2.2.0 stable compatibilityv2.2.0
Diffstat (limited to 'epgsearch.c')
-rw-r--r-- | epgsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearch.c b/epgsearch.c index b017286..ca06e83 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -69,7 +69,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "confdloader.h" #include "pending_notifications.h" -static const char VERSION[] = "1.0.2"; +static const char VERSION[] = "2.2.0"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |