From 78c2040f1265845f1e0919c4107426b7cc1cf684 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Mon, 7 Apr 2008 18:43:39 +0200 Subject: required streamdev version: "none" to "?" --- livefeatures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'livefeatures.h') 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 -- cgit v1.2.3