diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-01 21:39:11 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-01 21:39:11 +0200 |
commit | d5f1c62fc4e9dae271b916f9a143e40e6621d339 (patch) | |
tree | d75a3eab022463fc1b8ac72dd1156f8b29dfa241 | |
parent | fda4ec79bfaffc7e47f5a010c8dcb8f2e888ee20 (diff) | |
download | vdr-plugin-epgsearch-d5f1c62fc4e9dae271b916f9a143e40e6621d339.tar.gz vdr-plugin-epgsearch-d5f1c62fc4e9dae271b916f9a143e40e6621d339.tar.bz2 |
push plugin version to 2.3.1, to spot VDR 2.3.x developer compatibility
-rw-r--r-- | epgsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearch.c b/epgsearch.c index e20a688..f5a6ed2 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.1.1"; +static const char VERSION[] = "2.3.1"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |