diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-01-10 18:42:06 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-01-10 18:42:06 +0100 |
commit | 6f1e31ad8775caf30dacf56a964c5ee7351f7feb (patch) | |
tree | 93cfbc21537939deb78fbaeae547e25441ad1bc6 /epgsearch.c | |
parent | fa4fe25d41008f81679917bb77cfdf29a6657d6f (diff) | |
download | vdr-plugin-epgsearch-6f1e31ad8775caf30dacf56a964c5ee7351f7feb.tar.gz vdr-plugin-epgsearch-6f1e31ad8775caf30dacf56a964c5ee7351f7feb.tar.bz2 |
updated support for pin plugin patch - v2
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 8441974..42d686a 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -70,7 +70,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "confdloader.h" #include "pending_notifications.h" -static const char VERSION[] = "0.9.25.beta19"; +static const char VERSION[] = "0.9.25.beta20"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |