From cdd8edbbb68d6cecdced5036d8e3a3c8583ac512 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Tue, 7 Apr 2020 22:52:14 +0200 Subject: [PATCH] Add a note about prebuilt server in BUILD.md Mention that it works with a matching client version. --- BUILD.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILD.md b/BUILD.md index 9f49216e..8b845583 100644 --- a/BUILD.md +++ b/BUILD.md @@ -263,3 +263,6 @@ meson x --buildtype release --strip -Db_lto=true \ ninja -Cx sudo ninja -Cx install ``` + +The server only works with a matching client version (this server works with the +`master` branch).