diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | HISTORY.DE | 2 | ||||
-rw-r--r-- | epgsearch.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ VDR Plugin 'epgsearch' Revision History --------------------------------------- -2008-xx-xx: Version 0.9.24 +2008-04-29: Version 0.9.24 new: - support for vdr-1.6.x/1.7.x - speedup in searching and search timer updates (about 25%) @@ -1,7 +1,7 @@ VDR Plugin 'epgsearch' Revision History --------------------------------------- -2008-xx-xx: Version 0.9.24 +2008-04-29: Version 0.9.24 neu: - Unterstützung von vdr-1.6.x/1.7.x - Die Suche und damit das Suchtimer-Update sind nun etwa 25% schneller diff --git a/epgsearch.c b/epgsearch.c index bfb30c6..1cc5a34 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.rc2"; +static const char VERSION[] = "0.9.24"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |