diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-12-03 19:02:09 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-12-03 19:02:09 +0100 |
commit | 53677636e841b9a8e9ef192b34671421ed06cfdb (patch) | |
tree | 05e99394237e8e58123b075a23436750c84d99a0 /epgsearch.c | |
parent | bd6e1f64ce8afa380286700945d71df29654f59c (diff) | |
download | vdr-plugin-epgsearch-53677636e841b9a8e9ef192b34671421ed06cfdb.tar.gz vdr-plugin-epgsearch-53677636e841b9a8e9ef192b34671421ed06cfdb.tar.bz2 |
avoid repeats: new option 'if present' for 'compare subtitle'
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 0721523..e83578a 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -69,7 +69,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include <langinfo.h> #endif -static const char VERSION[] = "0.9.25.beta6"; +static const char VERSION[] = "0.9.25.beta7"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |