diff options
author | Christian Wieninger <winni@debian.(none)> | 2007-11-12 23:09:57 +0100 |
---|---|---|
committer | Christian Wieninger <winni@debian.(none)> | 2007-11-12 23:09:57 +0100 |
commit | a722a8412542d14e4ddb034b9692093a0bf8d0b6 (patch) | |
tree | 7118b01d641a9f906541c52922a6325be9fe1b7d /epgsearch.c | |
parent | 790f63032aa7128cdf3ebb512071c4ef4d148290 (diff) | |
download | vdr-plugin-epgsearch-a722a8412542d14e4ddb034b9692093a0bf8d0b6.tar.gz vdr-plugin-epgsearch-a722a8412542d14e4ddb034b9692093a0bf8d0b6.tar.bz2 |
speedup in EPG menues, according to patches from http://www.open7x0.org
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 464a083..a819117 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -64,7 +64,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "menu_quicksearch.h" #include "menu_announcelist.h" -static const char VERSION[] = "0.9.24.beta9"; +static const char VERSION[] = "0.9.24.beta10"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |