diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-04-07 18:43:39 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-04-07 18:43:39 +0200 |
commit | 78c2040f1265845f1e0919c4107426b7cc1cf684 (patch) | |
tree | 1b3d4c54d4da4d4f4548cfe7beaf33204a353d19 /livefeatures.h | |
parent | b8e753a9ad7b072273d6359bccedd83bfad3a07e (diff) | |
download | vdr-plugin-live-78c2040f1265845f1e0919c4107426b7cc1cf684.tar.gz vdr-plugin-live-78c2040f1265845f1e0919c4107426b7cc1cf684.tar.bz2 |
required streamdev version: "none" to "?"
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 51469d6..bef2b1a 100644 --- a/livefeatures.h +++ b/livefeatures.h @@ -66,7 +66,7 @@ namespace features struct streamdev_server { static const char* Plugin() { return "streamdev-server"; } - static const char* MinVersion() { return "none"; } + static const char* MinVersion() { return "?"; } }; } // namespace features |