diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-02-17 00:28:47 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-02-17 00:28:47 +0100 |
commit | ba8b5a77ae3bd7cacc457c995d9beacbc80a8f75 (patch) | |
tree | 730e45776fa7d3a4bf4bd7ed27018c767548d1d1 /livefeatures.h | |
parent | 4190290719450e128769d9ab60aa0395a8cffece (diff) | |
download | vdr-plugin-live-ba8b5a77ae3bd7cacc457c995d9beacbc80a8f75.tar.gz vdr-plugin-live-ba8b5a77ae3bd7cacc457c995d9beacbc80a8f75.tar.bz2 |
first version with timer conflicts
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 c7251d6..93bd514 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.23.beta10"; } + static const char* MinVersion() { return "0.9.24.beta19"; } }; struct streamdev_server |