diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-02-22 11:00:44 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-02-22 11:00:44 +0100 |
commit | 2a467206e570515caaf24279ca461464d39db7cb (patch) | |
tree | c2a7312099eb5ae1807b9ca3c5a40577117691d2 /epgsearch.c | |
parent | 64b7160f9e9176a3b9e7b95ce16fa5c01693dd04 (diff) | |
download | vdr-plugin-epgsearch-2a467206e570515caaf24279ca461464d39db7cb.tar.gz vdr-plugin-epgsearch-2a467206e570515caaf24279ca461464d39db7cb.tar.bz2 |
some fixes for the new 'announce and switch' property of search timers
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 1646454..d4d26da 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.beta9"; +static const char VERSION[] = "0.9.25.beta10"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |