diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-10-21 22:44:45 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-10-21 22:44:45 +0200 |
commit | 73393d5bde0f6a3c1ee3b855d7535d7e688c2287 (patch) | |
tree | 1816508a7a12b08360a3510a11be5922253728a8 /livefeatures.h | |
parent | 8f23e11f853946651c8821d02b014d861b6c0986 (diff) | |
download | vdr-plugin-live-73393d5bde0f6a3c1ee3b855d7535d7e688c2287.tar.gz vdr-plugin-live-73393d5bde0f6a3c1ee3b855d7535d7e688c2287.tar.bz2 |
some fixes for the directory entry within the edit timer menu, requires
epgsearch-0.9.25.beta6
Diffstat (limited to 'livefeatures.h')
-rw-r--r-- | livefeatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/livefeatures.h b/livefeatures.h index bef2b1a..2f246cc 100644 --- a/livefeatures.h +++ b/livefeatures.h @@ -60,7 +60,7 @@ namespace features struct epgsearch { static const char* Plugin() { return "epgsearch"; } - static const char* MinVersion() { return "0.9.24.beta20"; } + static const char* MinVersion() { return "0.9.25.beta6"; } }; struct streamdev_server |