diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-04-28 18:29:49 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-04-28 18:29:49 +0200 |
commit | 6181d7c55428697e7a55e2b4c535a0f7165077ab (patch) | |
tree | 9730e6ed1623048789c217ab64a65e71b2f32dc3 /epgsearch.c | |
parent | 11dbe2c560259f37f0f477426996a472b41d26be (diff) | |
download | vdr-plugin-epgsearch-6181d7c55428697e7a55e2b4c535a0f7165077ab.tar.gz vdr-plugin-epgsearch-6181d7c55428697e7a55e2b4c535a0f7165077ab.tar.bz2 |
ignore 'no annoucement while replaying' when update was forced, 0.9.24.rc2
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 a502abd..bfb30c6 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -66,7 +66,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "menu_announcelist.h" #include "confdloader.h" -static const char VERSION[] = "0.9.24.rc1"; +static const char VERSION[] = "0.9.24.rc2"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |