diff options
-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 |